Skip to content

Commit

Permalink
Update ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK committed Nov 5, 2023
1 parent 5054b9c commit c9c2c2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.envrc
/keystore.properties
/uniffi/src/main/java/uniffi/ruslin/ruslin.kt
/uniffi/src/main/jniLibs
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
# plugin
androidGradlePlugin = "8.0.2"
androidGradlePlugin = "8.1.2"
hilt = "2.46.1"
kotlin = "1.8.21"
androidxBenchmark = "1.1.1"
androidxCore = "1.10.1"

# sdk
compileSdkVersion = "33"
compileSdkVersion = "34"
minSdkVersion = "28"
targetSdkVersion = "33"
buildToolsVersion = "30.0.3"
ndkVersion = "25.2.9519653"
targetSdkVersion = "34"
buildToolsVersion = "34.0.0"
ndkVersion = "26.1.10909125"

# library
appcompat = "1.6.1"
Expand Down

0 comments on commit c9c2c2d

Please sign in to comment.