We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153ff4f commit 2128485Copy full SHA for 2128485
README.md
@@ -22,7 +22,7 @@
22
### Using Android Debug Database Library in your application
23
Add this to your app's build.gradle
24
```groovy
25
-debugCompile 'com.amitshekhar.android:debug-db:0.4.0'
+debugCompile 'com.amitshekhar.android:debug-db:0.5.0'
26
```
27
28
Use `debugCompile` so that it will only compile in your debug build and not in your release apk.
debug-db/debug-db-upload.gradle
@@ -24,7 +24,7 @@ def siteUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database'
def gitUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database.git'
group = "com.amitshekhar.android"
-version = '0.4.0'
+version = '0.5.0'
29
install {
30
repositories.mavenInstaller {
0 commit comments