File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed
Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ android {
55
66 defaultConfig {
77 applicationId " net.zetetic.sqlcipher.test"
8- minSdkVersion 26
8+ minSdkVersion 16
99 targetSdkVersion 29
1010 versionCode 1
1111 versionName " 1.0"
@@ -25,15 +25,18 @@ dependencies {
2525 // implementation files('libs/sqlcipher.jar')
2626
2727 // For testing local AAR packages:
28- implementation (name : ' android-database-sqlcipher-4.2.0' , ext : ' aar' )
28+ implementation (name : ' android-database-sqlcipher-4.3.0-release' , ext : ' aar' )
29+
2930
3031 // For testing on remote AAR references:
31- implementation files(' libs/android-database-sqlcipher-4.2.0.aar' )
32+ // implementation files('libs/android-database-sqlcipher-4.3.0-release.aar')
33+ // implementation 'net.zetetic:android-database-sqlcipher:4.3.0@aar'
34+
3235 implementation " androidx.sqlite:sqlite:2.0.1"
3336 implementation " androidx.room:room-runtime:2.1.0"
3437 annotationProcessor " androidx.room:room-compiler:2.1.0"
3538
3639
3740 // For testing on remote AAR references:
38- // implementation 'net.zetetic:android-database-sqlcipher:4.0.1 @aar'
41+ // implementation 'net.zetetic:android-database-sqlcipher:4.2.0 @aar'
3942}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 google()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.3.1 '
9+ classpath ' com.android.tools.build:gradle:3.6.0 '
1010
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -15,3 +15,5 @@ org.gradle.jvmargs=-Xmx1536m
1515# This option should only be used with decoupled projects. More details, visit
1616# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1717# org.gradle.parallel=true
18+
19+ android.useAndroidX =true
Original file line number Diff line number Diff line change 1- # Mon Feb 11 11:42:45 CST 2019
1+ # Tue Feb 25 09:47:07 CST 2020
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.zip
You can’t perform that action at this time.
0 commit comments