Skip to content

Commit ef1468d

Browse files
committed
build: Update gradle versions and jni-utils version for android java
1 parent 8c6d4c5 commit ef1468d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

src/droidplug/java/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3838
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')
4041
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

src/droidplug/java/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)