You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade Gradle, AGP, and SDK 37; refactor publishing and update depen…
…dencies
* 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`.