Skip to content

Commit 43beb2e

Browse files
Bump version to 1.0.5
1 parent 7f0204e commit 43beb2e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
Add this to your app's build.gradle
4141

4242
```groovy
43-
debugImplementation 'com.amitshekhar.android:debug-db:1.0.4'
43+
debugImplementation 'com.amitshekhar.android:debug-db:1.0.5'
4444
```
4545

4646
Use `debugImplementation` so that it will only compile in your debug build and not in your release build.

debug-db-base/debug-db-base-upload.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def siteUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database'
2424
def gitUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database.git'
2525

2626
group = "com.amitshekhar.android"
27-
version = '1.0.4'
27+
version = '1.0.5'
2828

2929
install {
3030
repositories.mavenInstaller {

debug-db-encrypt/debug-db-encrypt-upload.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def siteUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database'
2424
def gitUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database.git'
2525

2626
group = "com.amitshekhar.android"
27-
version = '1.0.4'
27+
version = '1.0.5'
2828

2929
install {
3030
repositories.mavenInstaller {

debug-db/debug-db-upload.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def siteUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database'
2424
def gitUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database.git'
2525

2626
group = "com.amitshekhar.android"
27-
version = '1.0.4'
27+
version = '1.0.5'
2828

2929
install {
3030
repositories.mavenInstaller {

0 commit comments

Comments
 (0)