Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyant0 committed Jun 16, 2024
1 parent 05c6f58 commit fa6ad44
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ version = libs.versions.lib.version.get()
android {
namespace = "com.kyant.taglib"
compileSdk = libs.versions.android.compileSdk.get().toInt()
buildToolsVersion = "34.0.0"
ndkVersion = "27.0.11718014"
ndkVersion = libs.versions.android.ndkVersion.get()

defaultConfig {
minSdk = libs.versions.android.minSdk.get().toInt()
Expand Down
7 changes: 4 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[versions]
agp = "8.5.0-alpha08"
agp = "8.5.0"
android-minSdk = "21"
android-compileSdk = "34"
lib-version = "1.0.0-alpha17"
kotlin = "1.9.23"
android-ndkVersion = "27.0.11902837"
lib-version = "1.0.0-alpha18"
kotlin = "2.0.0"
rules = "1.5.0"
runner = "1.5.2"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit fa6ad44

Please sign in to comment.