Skip to content

Commit 1541387

Browse files
committed
Specify the NDK version for SQLCipher
1 parent f3f6236 commit 1541387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ apply plugin: 'kotlin-android-extensions'
55
android {
66
compileSdkVersion 29
77
buildToolsVersion "29.0.3"
8+
ndkVersion "21.3.6528147"
89

910
defaultConfig {
1011
applicationId "com.github.reline.example"

0 commit comments

Comments
 (0)