Skip to content

Commit

Permalink
Updated NDK, AGP and Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-4 committed Aug 17, 2024
1 parent 9cdb797 commit 6f14306
Show file tree
Hide file tree
Showing 3 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
@@ -1,7 +1,7 @@
import java.io.ByteArrayOutputStream

plugins {
id("com.android.library") version "8.3.2" apply false
id("com.android.library") version "8.5.0" apply false
}

val commitHash: String by extra {
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.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion module/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val abiList: List<String> by rootProject.extra
android {
namespace = "com.example.library"
compileSdkVersion = "android-34"
ndkVersion = "26.3.11579264"
ndkVersion = "27.0.12077973"
defaultConfig {
minSdk = 21
externalNativeBuild {
Expand Down

0 comments on commit 6f14306

Please sign in to comment.