We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6e118 commit 8090576Copy full SHA for 8090576
2 files changed
README.md
@@ -37,7 +37,7 @@
37
### Using Android Debug Database Library in your application
38
Add this to your app's build.gradle
39
```groovy
40
-debugImplementation 'com.amitshekhar.android:debug-db:1.0.3'
+debugImplementation 'com.amitshekhar.android:debug-db:1.0.4'
41
```
42
43
Use `debugImplementation` so that it will only compile in your debug build and not in your release build.
debug-db/debug-db-upload.gradle
@@ -24,7 +24,7 @@ def siteUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database'
24
def gitUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database.git'
25
26
group = "com.amitshekhar.android"
27
-version = '1.0.3'
+version = '1.0.4'
28
29
install {
30
repositories.mavenInstaller {
0 commit comments