Skip to content

Commit 5f04b6f

Browse files
Adjust Android target sdk version to 24
1 parent 0d47da4 commit 5f04b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ext {
5252
mavenDeveloperUrl = "https://www.zetetic.net"
5353
minimumAndroidSdkVersion = 14
5454
minimumAndroid64BitSdkVersion = 21
55-
targetAndroidSdkVersion = 26
55+
targetAndroidSdkVersion = 24
5656
nativeRootOutputDir = "${projectDir}/${name}/src/main"
5757
androidNativeRootDir = "${nativeRootOutputDir}/external/android-libs"
5858
sqlcipherDir = "${projectDir}/${name}/src/main/external/sqlcipher"

0 commit comments

Comments
 (0)