Skip to content

Commit 58ddd88

Browse files
committed
Update to working v1.2.5 version
πŸŽ‰ JitPack Success: - Updated README to v1.2.5 (confirmed working) - Updated gradle.properties version - Added success indicator in README - JitPack auto-detection working perfectly βœ… Ready for Production: - Version 1.2.5 confirmed working on JitPack - Auto-detection successful - Library ready for developers to use
1 parent bf52623 commit 58ddd88

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ allprojects {
9393
Add to your app's `build.gradle.kts`:
9494
```kotlin
9595
dependencies {
96-
debugImplementation("com.github.mabualzait:Android-Debug-Drawer:1.2.4")
96+
debugImplementation("com.github.mabualzait:Android-Debug-Drawer:1.2.5")
9797
}
9898
```
9999

100100
**Available versions:**
101-
- `1.2.4` - Latest stable release
101+
- `1.2.5` - Latest stable release βœ… (JitPack auto-detection working)
102102
- `main-SNAPSHOT` - Latest development version
103103

104104
#### πŸ”§ **Local Development (Clone as Module)**

β€Žgradle.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ org.gradle.configuration-cache=true
3434
org.gradle.caching=true
3535

3636
# Library version for JitPack publishing
37-
VERSION_NAME=1.2.4
37+
VERSION_NAME=1.2.5
3838
POM_ARTIFACT_ID=debugdrawer
3939
POM_NAME=Android Debug Drawer
4040
POM_DESCRIPTION=A comprehensive, production-ready debug drawer for Android apps

0 commit comments

Comments
Β (0)