File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 mavenCentral()
55 }
66 dependencies {
7- classpath ' com.android.tools.build:gradle:4.2 .2'
7+ classpath ' com.android.tools.build:gradle:7.4 .2'
88 }
99}
1010
@@ -26,7 +26,7 @@ android {
2626 defaultConfig {
2727 minSdkVersion 23
2828 versionCode 1
29- versionName ' 0.7.2 '
29+ versionName ' 0.7.3 '
3030 }
3131
3232 compileOptions {
@@ -36,5 +36,6 @@ android {
3636}
3737
3838dependencies {
39- implementation ' io.github.gedgygedgy.rust:jni-utils:0.1.0-SNAPSHOT'
39+ implementation ' io.github.gedgygedgy.rust:jni-utils:0.1.1-SNAPSHOT'
40+ // implementation files('c:/Users/qdot/code/jni-utils-rs/java/build/libs/jni-utils-0.1.1-SNAPSHOT.jar')
4041}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pluginManagement {
33 google()
44 }
55 plugins {
6- id ' com.android.library' version ' 4.2 .2'
6+ id ' com.android.library' version ' 7.4 .2'
77 }
88}
99
You can’t perform that action at this time.
0 commit comments