Skip to content

Commit

Permalink
Chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr328 committed Mar 12, 2022
1 parent 2d74670 commit 4764170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ subprojects {
minSdk = 26
targetSdk = 31

versionName = "v18"
versionCode = 18
versionName = "v19"
versionCode = 19

if (!isApp) {
consumerProguardFiles("consumer-rules.pro")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencyResolutionManagement {
versionCatalogs {
create("deps") {
val agp = "7.1.2"
val zloader = "2.5"
val zloader = "2.6"
val magic = "1.4"

plugin("android-application", "com.android.application").version(agp)
Expand Down

0 comments on commit 4764170

Please sign in to comment.