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 {
4
4
mavenCentral()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:4.2 .2'
7
+ classpath ' com.android.tools.build:gradle:7.4 .2'
8
8
}
9
9
}
10
10
@@ -26,7 +26,7 @@ android {
26
26
defaultConfig {
27
27
minSdkVersion 23
28
28
versionCode 1
29
- versionName ' 0.7.2 '
29
+ versionName ' 0.7.3 '
30
30
}
31
31
32
32
compileOptions {
@@ -36,5 +36,6 @@ android {
36
36
}
37
37
38
38
dependencies {
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')
40
41
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pluginManagement {
3
3
google()
4
4
}
5
5
plugins {
6
- id ' com.android.library' version ' 4.2 .2'
6
+ id ' com.android.library' version ' 7.4 .2'
7
7
}
8
8
}
9
9
You can’t perform that action at this time.
0 commit comments