Skip to content

Commit 3e2482f

Browse files
Merge pull request #96 from amitshekhariitbhu/development
Bump version
2 parents 9bc28fb + ed7cb88 commit 3e2482f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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.

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ dependencies {
4949
})
5050
compile 'com.android.support:appcompat-v7:25.0.0'
5151
testCompile 'junit:junit:4.12'
52+
compile 'net.zetetic:android-database-sqlcipher:3.5.7@aar'
5253
debugCompile project(':debug-db')
53-
54-
debugCompile 'net.zetetic:android-database-sqlcipher:3.5.7@aar'
5554
}

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)