Skip to content

Commit 70e27ea

Browse files
Merge pull request #3008 from nextcloud/renovate/com.android.tools.build-gradle-9.x
fix(deps): update dependency com.android.tools.build:gradle to v9
2 parents 2ca7474 + d97346f commit 70e27ea

4 files changed

Lines changed: 36 additions & 9 deletions

File tree

app/build.gradle

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@ android {
4444
}
4545

4646
buildTypes {
47-
debug {
48-
testCoverageEnabled = true
49-
}
5047

5148
release {
5249
minifyEnabled false
53-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
50+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
51+
}
52+
debug {
53+
enableUnitTestCoverage true
54+
enableAndroidTestCoverage true
5455
}
5556
}
5657

@@ -83,10 +84,6 @@ android {
8384
}
8485
}
8586

86-
lintOptions {
87-
abortOnError = false
88-
disable 'MissingTranslation'
89-
}
9087

9188
androidResources {
9289
generateLocaleConfig = true
@@ -99,6 +96,10 @@ android {
9996
pickFirst "MANIFEST.MF" // workaround for duplicated manifest on some dependencies
10097
}
10198
}
99+
lint {
100+
abortOnError false
101+
disable 'MissingTranslation'
102+
}
102103
}
103104

104105
ext {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
google()
2222
}
2323
dependencies {
24-
classpath 'com.android.tools.build:gradle:8.13.2'
24+
classpath 'com.android.tools.build:gradle:9.0.0'
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
2626

2727
// NOTE: Do not place your application dependencies here; they belong

gradle.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,14 @@ org.gradle.configureondemand=true
1212
kapt.incremental.apt=true
1313
org.gradle.daemon=true
1414
org.gradle.configuration-cache=true
15+
android.defaults.buildfeatures.resvalues=true
16+
android.sdk.defaultTargetSdkToCompileSdkIfUnset=false
17+
android.enableAppCompileTimeRClass=false
18+
android.usesSdkInManifest.disallowed=false
19+
android.uniquePackageNames=false
20+
android.dependency.useConstraints=true
21+
android.r8.strictFullModeForKeepRules=false
22+
android.r8.optimizedResourceShrinking=false
23+
android.builtInKotlin=false
24+
android.newDsl=false
1525

gradle/verification-metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3332,6 +3332,12 @@
33323332
<sha256 value="5fb7c8514d8c56cada5e29ef89dc0289e71942ab4cb0b2e6dca137b9dcb8fdd4" origin="Generated by Gradle" reason="Artifact is not signed"/>
33333333
</artifact>
33343334
</component>
3335+
<component group="androidx.lifecycle" name="lifecycle-common" version="2.6.1">
3336+
<artifact name="lifecycle-common-2.6.1.module">
3337+
<sha256 value="93747a9145cb36bc71005f598ede32e2b1149ade5a16e62b0e4969345bc62d85"
3338+
origin="Generated by Gradle" reason="Artifact is not signed" />
3339+
</artifact>
3340+
</component>
33353341
<component group="androidx.lifecycle" name="lifecycle-common" version="2.8.7">
33363342
<artifact name="lifecycle-common-2.8.7.module">
33373343
<sha256 value="0de78fc06ee5045d68fc7e81c313a2a3d53ac7d127f79f9bc95abf7be49e5764" origin="Generated by Gradle"/>
@@ -8367,6 +8373,16 @@
83678373
<sha256 value="5c4df7b2e31f17f20e4b8dbd62a2b7865a09a49a1fd2931a359fd394ecb9b5a5" origin="Generated by Gradle" reason="Artifact is not signed"/>
83688374
</artifact>
83698375
</component>
8376+
<component group="com.android.tools.build" name="bundletool" version="1.18.3">
8377+
<artifact name="bundletool-1.18.3.jar">
8378+
<sha256 value="ccad18514fd97db010856b2bbed40f481f8ba9349368c97ae54d72e3567d0171"
8379+
origin="Generated by Gradle" reason="Artifact is not signed" />
8380+
</artifact>
8381+
<artifact name="bundletool-1.18.3.pom">
8382+
<sha256 value="fa674b39b96cae98015f3850f366cfeb00fe6c7aea2d90b20c017b90e0996dae"
8383+
origin="Generated by Gradle" reason="Artifact is not signed" />
8384+
</artifact>
8385+
</component>
83708386
<component group="com.android.tools.build" name="gradle" version="8.10.1">
83718387
<artifact name="gradle-8.10.1.jar">
83728388
<sha256 value="a0fe22ce029c548335a75913f7ad517c827c567b8abb84047102034255ae1173" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)