Skip to content

Commit f2fd709

Browse files
Bump target SDK version to 26
1 parent 582f3f4 commit f2fd709

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
@@ -54,7 +54,7 @@ ext {
5454
mavenDeveloperUrl = "https://www.zetetic.net"
5555
minimumAndroidSdkVersion = 14
5656
minimumAndroid64BitSdkVersion = 21
57-
targetAndroidSdkVersion = 24
57+
targetAndroidSdkVersion = 26
5858
nativeRootOutputDir = "${projectDir}/${name}/src/main"
5959
androidNativeRootDir = "${nativeRootOutputDir}/external/android-libs"
6060
sqlcipherDir = "${projectDir}/${name}/src/main/external/sqlcipher"

0 commit comments

Comments
 (0)