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 36
36
### Using Android Debug Database Library in your application
37
37
Add this to your app's build.gradle
38
38
``` groovy
39
- debugCompile 'com.amitshekhar.android:debug-db:1.0.1 '
39
+ debugCompile 'com.amitshekhar.android:debug-db:1.0.2 '
40
40
```
41
41
42
42
Use ` 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 {
49
49
})
50
50
compile ' com.android.support:appcompat-v7:25.0.0'
51
51
testCompile ' junit:junit:4.12'
52
+ compile ' net.zetetic:android-database-sqlcipher:3.5.7@aar'
52
53
debugCompile project(' :debug-db' )
53
-
54
- debugCompile ' net.zetetic:android-database-sqlcipher:3.5.7@aar'
55
54
}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def siteUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database'
24
24
def gitUrl = ' https://github.com/amitshekhariitbhu/Android-Debug-Database.git'
25
25
26
26
group = " com.amitshekhar.android"
27
- version = ' 1.0.1 '
27
+ version = ' 1.0.2 '
28
28
29
29
install {
30
30
repositories. mavenInstaller {
You can’t perform that action at this time.
0 commit comments