We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc28fb commit 361a22fCopy full SHA for 361a22f
2 files changed
README.md
@@ -36,7 +36,7 @@
36
### Using Android Debug Database Library in your application
37
Add this to your app's build.gradle
38
```groovy
39
-debugCompile 'com.amitshekhar.android:debug-db:1.0.1'
+debugCompile 'com.amitshekhar.android:debug-db:1.0.2'
40
```
41
42
Use `debugCompile` 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.1'
+version = '1.0.2'
28
29
install {
30
repositories.mavenInstaller {
0 commit comments