File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
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:8.5.1 '
7+ classpath ' com.android.tools.build:gradle:8.10.0 '
88 }
99}
1010
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ description = "Implementation of the Mockito API for use on the Android Dalvik V
77apply plugin : ' java-library'
88apply from : " $rootDir /gradle/publishing.gradle"
99
10- java. targetCompatibility = ' 1.7 '
11- java. sourceCompatibility = ' 1.7 '
10+ java. targetCompatibility = ' 1.8 '
11+ java. sourceCompatibility = ' 1.8 '
1212
1313tasks. withType(JavaCompile ) {
1414 options. errorprone {
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ description = "A utility for doing compile or runtime code generation targeting
77apply plugin : ' java'
88apply from : " $rootDir /gradle/publishing.gradle"
99
10- java. targetCompatibility = ' 1.7 '
11- java. sourceCompatibility = ' 1.7 '
10+ java. targetCompatibility = ' 1.8 '
11+ java. sourceCompatibility = ' 1.8 '
1212
1313tasks. withType(JavaCompile ) {
1414 options. errorprone {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'signing'
44android {
55 // Explicitly set the NDK release to ensure we use the latest stable, as
66 // opposed to the default NDK tied to the AGP version.
7- ndkVersion = ' 27.0.12077973 '
7+ ndkVersion = ' 28.1.13356709 '
88 defaultConfig {
99 ndk {
1010 // Explicitly enable the 'riscv64' ABI with 'abiFilters' as it is
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-8.7 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments