Skip to content

Commit

Permalink
Update android example
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseChouleur committed Sep 27, 2023
1 parent af126ed commit 2157637
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}
ndkVersion "22.0.7026061"
ndkVersion "25.2.9519653"
sourceSets {
main.jniLibs.srcDirs += "$buildDir/rustJniLibs/android"
}
}

cargo {
pythonCommand = "python3"
module = "../../"
libname = "robustaandroidexample"
targets = ["arm64"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Tue Nov 30 16:53:57 CET 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 2157637

Please sign in to comment.