-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathAndroid-dependency-update-report.txt
More file actions
68 lines (63 loc) · 3.73 KB
/
Android-dependency-update-report.txt
File metadata and controls
68 lines (63 loc) · 3.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Android/Java Dependency Update Report
Generated: 10/16/2025 22:15:25
Files processed: 43
Files modified: 43
Total replacements made: 138
Key updates made:
- Updated Android Gradle Plugin to version 7.4.2
- Updated deprecated Bintray plugin to Maven alternative
- Updated Mockito from 1.x to 5.7.0
- Updated DexMaker to LinkedIn's maintained version
- Updated JUnit to 4.13.2
- Replaced deprecated compile configurations with implementation
- Updated SDK versions to API 33
- Updated build tools to 33.0.0
- Replaced deprecated jcenter() with mavenCentral()
Dependency Updates Applied:
classpath 'com.android.tools.build:gradle:1.5.0' -> classpath 'com.android.tools.build:gradle:7.4.2'
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2' -> androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.3'
testCompile -> testImplementation
androidTestCompile -> androidTestImplementation
androidTestCompile 'junit:junit:4.12' -> androidTestImplementation 'junit:junit:4.13.2'
classpath 'com.novoda:bintray-release:0.3.4' -> classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
testCompile 'junit:junit:4.12' -> testImplementation 'junit:junit:4.13.2'
testCompile 'junit:junit:4.11' -> testImplementation 'junit:junit:4.13.2'
compile -> implementation
testCompile 'org.mockito:mockito-core:1.10.19' -> testImplementation 'org.mockito:mockito-core:5.7.0'
androidTestCompile 'org.mockito:mockito-core:1.9.5' -> androidTestImplementation 'org.mockito:mockito-core:5.7.0'
releaseCompile -> releaseImplementation
classpath 'com.android.tools.build:gradle:1.2.3' -> classpath 'com.android.tools.build:gradle:7.4.2'
debugCompile -> debugImplementation
androidTestCompile 'junit:junit:4.11' -> androidTestImplementation 'junit:junit:4.13.2'
androidTestCompile 'com.google.dexmaker:dexmaker:1.2' -> androidTestImplementation 'com.linkedin.dexmaker:dexmaker:2.28.3'
classpath 'com.novoda:bintray-release:0.4.0' -> classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
androidTestCompile 'org.mockito:mockito-core:1.10.19' -> androidTestImplementation 'org.mockito:mockito-core:5.7.0'
classpath 'com.android.tools.build:gradle:1.3.0' -> classpath 'com.android.tools.build:gradle:7.4.2'
testCompile 'org.mockito:mockito-core:1.9.5' -> testImplementation 'org.mockito:mockito-core:5.7.0'
buildToolsVersion "25.0.2" -> buildToolsVersion "33.0.0"
buildToolsVersion "25.0.0" -> buildToolsVersion "33.0.0"
compileSdkVersion 27 -> compileSdkVersion 33
targetSdkVersion 26 -> targetSdkVersion 33
targetSdkVersion 25 -> targetSdkVersion 33
compileSdkVersion 28 -> compileSdkVersion 33
buildToolsVersion "24.0.0" -> buildToolsVersion "33.0.0"
buildToolsVersion "23.0.3" -> buildToolsVersion "33.0.0"
targetSdkVersion 28 -> targetSdkVersion 33
compileSdkVersion 26 -> compileSdkVersion 33
buildToolsVersion "23.0.2" -> buildToolsVersion "33.0.0"
targetSdkVersion 27 -> targetSdkVersion 33
buildToolsVersion "25.0.1" -> buildToolsVersion "33.0.0"
buildToolsVersion "23.0.1" -> buildToolsVersion "33.0.0"
compileSdkVersion 25 -> compileSdkVersion 33
compileSdkVersion 23 -> compileSdkVersion 33
targetSdkVersion 23 -> targetSdkVersion 33
buildToolsVersion "24.0.1" -> buildToolsVersion "33.0.0"
compileSdkVersion 24 -> compileSdkVersion 33
buildToolsVersion "25.0.3" -> buildToolsVersion "33.0.0"
targetSdkVersion 24 -> targetSdkVersion 33
jcenter() -> mavenCentral() // jcenter() is deprecated
IMPORTANT NOTES:
- These updates represent major version changes that may affect build compatibility
- Test builds carefully after applying these updates
- Some apps may need additional configuration changes for the newer Android Gradle Plugin
- Consider updating minSdkVersion if targeting newer Android features