Skip to content

Commit 8c9c0df

Browse files
Remove local aar, reference remote aar
1 parent f698781 commit 8c9c0df

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
buildToolsVersion '28.0.3'
66
defaultConfig {
77
applicationId "net.zetetic.sqlcipher.test"
8-
minSdkVersion 14
8+
minSdkVersion 26
99
targetSdkVersion 26
1010
versionCode 1
1111
versionName "1.0"
@@ -26,8 +26,7 @@ dependencies {
2626

2727
// For testing local AAR packages:
2828
//implementation (name: 'android-database-sqlcipher-4.0.1', ext: 'aar')
29-
implementation (name: 'android-database-sqlcipher-4.0.1-debug', ext: 'aar')
3029

3130
// For testing on remote AAR references:
32-
//implementation 'net.zetetic:android-database-sqlcipher:4.0.1@aar'
31+
implementation 'net.zetetic:android-database-sqlcipher:4.0.1@aar'
3332
}
-6.42 MB
Binary file not shown.

0 commit comments

Comments
 (0)