Skip to content

Commit 4c84550

Browse files
Update gradle
1 parent 295ac99 commit 4c84550

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

app/build.gradle

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}
-6.42 MB
Binary file not shown.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Feb 11 11:42:45 CST 2019
1+
#Tue Feb 25 09:47:07 CST 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)