Skip to content

Commit

Permalink
Update gradle and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Sep 29, 2024
1 parent d83dd6f commit bab8e76
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 31 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@ buildscript {
ext.appcompatVersion = '1.7.0'
ext.biometricVersion = '1.1.0'
ext.coreVersion = '1.13.1'
ext.fragmentVersion = '1.8.2'
ext.lifecycleVersion = '2.8.4'
ext.fragmentVersion = '1.8.3'
ext.lifecycleVersion = '2.8.6'
ext.loaderVersion = '1.1.0'
ext.materialVersion = '1.12.0'
ext.mediarouterVersion = '1.7.0'
ext.multidexVersion = '2.0.1'
ext.navigationVersion = '2.7.7'
ext.navigationVersion = '2.8.1'
ext.preferenceVersion = '1.2.1'
ext.recyclerviewVersion = '1.3.2'
ext.webkitVersion = '1.11.0'
ext.webkitVersion = '1.12.0'

ext.coroutineVersion = '1.8.1'
ext.kotlinVersion = '2.0.0'
ext.kotlinVersion = '2.0.20'

ext.cronetVersion = '119.6045.31'
ext.okhttpVersion = '4.12.0'
ext.slf4jVersion = '2.0.16'
ext.volleyVersion = '1.2.1'
ext.wearableVersion = '0.1.1'
ext.wireVersion = '5.0.0'
ext.wireVersion = '5.1.0'

ext.androidBuildGradleVersion = '8.5.1'
ext.androidBuildGradleVersion = '8.6.0'

ext.androidBuildVersionTools = '34.0.0'

Expand Down
1 change: 0 additions & 1 deletion play-services-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ android {
}

defaultConfig {
versionName version
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk
}
Expand Down
1 change: 0 additions & 1 deletion play-services-auth-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ android {
}

defaultConfig {
versionName version
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk
}
Expand Down
1 change: 0 additions & 1 deletion play-services-auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ android {
}

defaultConfig {
versionName version
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk
}
Expand Down
1 change: 0 additions & 1 deletion play-services-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ android {
}

defaultConfig {
versionName version
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk

Expand Down
1 change: 0 additions & 1 deletion play-services-basement/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ android {
}

defaultConfig {
versionName version
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk
buildConfigField "int", "VERSION_CODE", "$appVersionCode"
Expand Down
1 change: 0 additions & 1 deletion play-services-cast-framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ android {
}

defaultConfig {
versionName version
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk

Expand Down
1 change: 0 additions & 1 deletion play-services-cast/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ android {
}

defaultConfig {
versionName version
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk
}
Expand Down
1 change: 0 additions & 1 deletion play-services-conscrypt-provider-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ android {
buildToolsVersion "$androidBuildVersionTools"

defaultConfig {
versionName version
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk
}
Expand Down
10 changes: 6 additions & 4 deletions play-services-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ android {
}
}

lintOptions {
disable 'MissingTranslation', 'InvalidPackage', 'BatteryLife', 'ImpliedQuantity', 'MissingQuantity', 'InvalidWakeLockTag', 'UniquePermission'
}

buildTypes {
release {
Expand Down Expand Up @@ -121,10 +118,15 @@ android {
}

packagingOptions {
exclude 'META-INF/ASL2.0'
jniLibs {
useLegacyPackaging true
}
resources {
excludes += ['META-INF/ASL2.0']
}
}
lint {
disable 'MissingTranslation', 'InvalidPackage', 'BatteryLife', 'ImpliedQuantity', 'MissingQuantity', 'InvalidWakeLockTag', 'UniquePermission'
}
}

Expand Down
8 changes: 3 additions & 5 deletions play-services-core/microg-ui-tools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ android {
buildToolsVersion "$androidBuildVersionTools"

defaultConfig {
versionName version
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk

Expand All @@ -35,13 +34,12 @@ android {
targetCompatibility = 1.8
}

lintOptions {
// TODO: Remove MissingTranslation once we have stable strings and proper translations.
disable 'MissingTranslation'
}
buildFeatures {
buildConfig true
}
lint {
disable 'MissingTranslation'
}
}

dependencies {
Expand Down
1 change: 0 additions & 1 deletion play-services-gcm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ android {
buildToolsVersion "$androidBuildVersionTools"

defaultConfig {
versionName version
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk

Expand Down
1 change: 0 additions & 1 deletion play-services-gmscompliance/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ android {
}

defaultConfig {
versionName version
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk
}
Expand Down
1 change: 0 additions & 1 deletion play-services-iid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ android {
}

defaultConfig {
versionName version
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk

Expand Down
1 change: 0 additions & 1 deletion play-services-tasks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ android {
buildToolsVersion "$androidBuildVersionTools"

defaultConfig {
versionName version
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk
}
Expand Down
5 changes: 2 additions & 3 deletions play-services/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ android {
buildToolsVersion "$androidBuildVersionTools"

defaultConfig {
versionName version
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk
}
Expand All @@ -32,10 +31,10 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

lintOptions {
lint {
disable 'InvalidPackage'
}

}

dependencies {
Expand Down

0 comments on commit bab8e76

Please sign in to comment.