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 f1a6ec5 commit e276f16Copy full SHA for e276f16
README.md
@@ -18,7 +18,7 @@
18
### Using Android Debug Database Library in your application
19
Add this to your app's build.gradle
20
```groovy
21
-debugCompile 'com.amitshekhar.android:debug-db:0.2.0'
+debugCompile 'com.amitshekhar.android:debug-db:0.3.0'
22
```
23
24
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'
25
26
group = "com.amitshekhar.android"
27
-version = '0.2.0'
+version = '0.3.0'
28
29
install {
30
repositories.mavenInstaller {
0 commit comments