Skip to content

Commit 361a22f

Browse files
Bump version
1 parent 9bc28fb commit 361a22f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
### Using Android Debug Database Library in your application
3737
Add this to your app's build.gradle
3838
```groovy
39-
debugCompile 'com.amitshekhar.android:debug-db:1.0.1'
39+
debugCompile 'com.amitshekhar.android:debug-db:1.0.2'
4040
```
4141

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

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 = '1.0.1'
27+
version = '1.0.2'
2828

2929
install {
3030
repositories.mavenInstaller {

0 commit comments

Comments
 (0)