Skip to content

Commit 7dc83cd

Browse files
Version update to 0.2.0
1 parent f823783 commit 7dc83cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
### Using Android Debug Database Library in your application
2020
Add this in your build.gradle
2121
```groovy
22-
debugCompile 'com.amitshekhar.android:debug-db:0.1.0'
22+
debugCompile 'com.amitshekhar.android:debug-db:0.2.0'
2323
```
2424

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

0 commit comments

Comments
 (0)