Skip to content

Commit 8b0faaf

Browse files
Upgrade Gradle, AGP, and SDK 37; refactor publishing and update dependencies
* Upgrade Gradle Wrapper to 9.4.1 and Android Gradle Plugin to 9.2.1. * Update `compileSdk` and `targetSdk` to 37 across the project. * Increase `minSdkVersion` to 23. * Update dependencies including Glide 5.0.7, Material 1.14.0, and AppCompat 1.7.1. * Refactor `publish-module.gradle` to utilize modern `maven-publish` components and signing. * Configure Java toolchain to version 17 and set Java 11 compatibility. * Clean up `gradle.properties` and update `.gitignore`.
1 parent e095664 commit 8b0faaf

1,092 files changed

Lines changed: 169 additions & 135549 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ Thumbs.db
3838
Brewfile.lock.json
3939
Gemfile.lock
4040
.metals/
41+
create-central-bundle.ps1
42+
HowToPublish.txt
43+
library/build/
44+
sample/build/

.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/libraries/Gradle__androidx_core_core_ktx_1_2_0_aar.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/libraries/Gradle__com_squareup_leakcanary_leakcanary_android_2_9_1_aar.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.idea/libraries/Gradle__com_squareup_leakcanary_leakcanary_android_core_2_9_1_aar.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.idea/libraries/Gradle__com_squareup_leakcanary_leakcanary_android_utils_2_9_1_aar.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.idea/libraries/Gradle__com_squareup_leakcanary_leakcanary_object_watcher_2_9_1.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.idea/libraries/Gradle__com_squareup_leakcanary_leakcanary_object_watcher_android_2_9_1_aar.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.idea/libraries/Gradle__com_squareup_leakcanary_leakcanary_object_watcher_android_androidx_2_9_1_aar.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.idea/libraries/Gradle__com_squareup_leakcanary_leakcanary_object_watcher_android_core_2_9_1_aar.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)