File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3636### Using Android Debug Database Library in your application
3737Add 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
4242Use ` debugCompile ` so that it will only compile in your debug build and not in your release build.
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def siteUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database'
2424def gitUrl = ' https://github.com/amitshekhariitbhu/Android-Debug-Database.git'
2525
2626group = " com.amitshekhar.android"
27- version = ' 1.0.1 '
27+ version = ' 1.0.2 '
2828
2929install {
3030 repositories. mavenInstaller {
You can’t perform that action at this time.
0 commit comments