Skip to content

Commit 8090576

Browse files
Update to 1.0.4
1 parent 0d6e118 commit 8090576

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
### Using Android Debug Database Library in your application
3838
Add this to your app's build.gradle
3939
```groovy
40-
debugImplementation 'com.amitshekhar.android:debug-db:1.0.3'
40+
debugImplementation 'com.amitshekhar.android:debug-db:1.0.4'
4141
```
4242

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

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.3'
27+
version = '1.0.4'
2828

2929
install {
3030
repositories.mavenInstaller {

0 commit comments

Comments
 (0)