Skip to content

Commit 3485161

Browse files
authored
Update Android and Gradle (#1307)
1 parent 91983df commit 3485161

6 files changed

Lines changed: 20 additions & 33 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.android.application' version '9.0.1' apply false
2+
id 'com.android.application' version '9.1.1' apply false
33
}
44

55
allprojects {
@@ -19,11 +19,11 @@ allprojects {
1919
}
2020
}
2121

22-
static def androidCompileSdk() { return 36 }
22+
static def androidCompileSdk() { return 37.0 }
2323

2424
static def androidMinSdk() { return 23 }
2525

26-
static def androidTargetSdk() { return 36 }
26+
static def androidTargetSdk() { return 37 }
2727

2828
static def versionCode() { return 1 }
2929

gradle/wrapper/gradle-wrapper.jar

4.65 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
5+
retries=0
6+
retryBackOffMs=500
57
validateDistributionUrl=true
68
zipStoreBase=GRADLE_USER_HOME
79
zipStorePath=wrapper/dists

gradlew

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 10 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vtm-android-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121

2222
android {
2323
namespace = 'org.oscim.android.test'
24-
compileSdkVersion androidCompileSdk()
24+
compileSdkVersion "android-${androidCompileSdk()}"
2525

2626
compileOptions {
2727
sourceCompatibility JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)