Skip to content

Commit e276f16

Browse files
Update lib version
1 parent f1a6ec5 commit e276f16

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
@@ -18,7 +18,7 @@
1818
### Using Android Debug Database Library in your application
1919
Add this to your app's build.gradle
2020
```groovy
21-
debugCompile 'com.amitshekhar.android:debug-db:0.2.0'
21+
debugCompile 'com.amitshekhar.android:debug-db:0.3.0'
2222
```
2323

2424
Use `debugCompile` so that it will only compile in your debug build and not in your release apk.

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 = '0.2.0'
27+
version = '0.3.0'
2828

2929
install {
3030
repositories.mavenInstaller {

0 commit comments

Comments
 (0)