Skip to content

Commit

Permalink
Update NDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyant0 committed Apr 18, 2024
1 parent 1eac175 commit cdf100e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
namespace = "com.kyant.taglib"
compileSdk = libs.versions.android.compileSdk.get().toInt()
buildToolsVersion = "34.0.0"
ndkVersion = "26.2.11394342"
ndkVersion = "27.0.11718014"

defaultConfig {
minSdk = libs.versions.android.minSdk.get().toInt()
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
agp = "8.5.0-alpha04"
agp = "8.5.0-alpha05"
android-minSdk = "21"
android-compileSdk = "34"
lib-version = "1.0.0-alpha12"
lib-version = "1.0.0-alpha13"
kotlin = "1.9.23"
rules = "1.5.0"
runner = "1.5.2"
Expand Down

0 comments on commit cdf100e

Please sign in to comment.