Skip to content

Commit 11772b9

Browse files
Update version for library
1 parent f4b4a95 commit 11772b9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
### Using Android Debug Database Library in your application
2323
Add this to your app's build.gradle
2424
```groovy
25-
debugCompile 'com.amitshekhar.android:debug-db:0.5.0'
25+
debugCompile 'com.amitshekhar.android:debug-db:1.0.0'
2626
```
2727

2828
Use `debugCompile` so that it will only compile in your debug build and not in your release apk.
@@ -81,7 +81,6 @@ public static void showDebugDBAddressLogToast(Context context) {
8181

8282
### TODO
8383
* Simplify emulator issue [Issue Link](https://github.com/amitshekhariitbhu/Android-Debug-Database/issues/6)
84-
* Edit shared preferences directly from the browser. At present, it is only possible to edit database values.
8584
* And of course many more features and bug fixes.
8685

8786
### Contact - Let's become friends

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.6.0-RC1'
27+
version = '1.0.0'
2828

2929
install {
3030
repositories.mavenInstaller {

0 commit comments

Comments
 (0)