Skip to content

Commit

Permalink
Migrate gradle 8.2 => 8.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxPaper committed Aug 17, 2024
1 parent ddba0eb commit 347baf6
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Android-DirectoryChooser
2 changes: 1 addition & 1 deletion BiglyBT-plugin-mlDHT
2 changes: 2 additions & 0 deletions BiglyBT-plugin-mlDHT-Java6/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ android {
compileOptions {
encoding = "UTF-8"

coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
Expand All @@ -35,5 +36,6 @@ android {
}

dependencies {
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs_nio:${desugarVersion}"
implementation project(path: ':core')
}
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ android {
namespace 'com.biglybt.android.client'
buildFeatures {
aidl true
buildConfig true
}
bundle {
language {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.0'
classpath 'com.android.tools.build:gradle:8.5.2'
// https://github.com/KeepSafe/dexcount-gradle-plugin
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ org.gradle.jvmargs=-Xmx5632M
android.useAndroidX=true
android.enableJetifier=true
org.gradle.warning.mode=all
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=true
android.nonFinalResIds=false
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Aug 22 21:17:02 PDT 2023
#Tue Aug 13 20:23:00 PDT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 2 additions & 0 deletions modules-with-root-src/aercm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ android {
compileOptions {
encoding = "UTF-8"

coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
Expand Down Expand Up @@ -54,5 +55,6 @@ android {
}

dependencies {
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs_nio:${desugarVersion}"
implementation project(path: ':core')
}
2 changes: 2 additions & 0 deletions modules-with-root-src/azutp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ android {
compileOptions {
encoding = "UTF-8"

coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
Expand Down Expand Up @@ -55,5 +56,6 @@ android {
}

dependencies {
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs_nio:${desugarVersion}"
implementation project(path: ':core')
}
2 changes: 2 additions & 0 deletions modules-with-root-src/xmwebui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ android {
compileOptions {
encoding = "UTF-8"

coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
Expand Down Expand Up @@ -56,5 +57,6 @@ android {
}

dependencies {
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs_nio:${desugarVersion}"
implementation project(path: ':core')
}

0 comments on commit 347baf6

Please sign in to comment.