Skip to content

Commit a6ea218

Browse files
authored
Merge pull request commons-app#644 from ftsalamp/master
Updated target sdk version to 25
2 parents 93cf3fb + 7d5f585 commit a6ea218

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gradle.properties

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ compileSdkVersion = android-25
66
buildToolsVersion = 25.0.1
77

88
minSdkVersion = 15
9-
# Needs to remain at API 23 until https://github.com/commons-app/apps-android-commons/issues/457
10-
# is fixed
11-
targetSdkVersion = 23
9+
10+
targetSdkVersion = 25
1211
android.useDeprecatedNdk=true
1312

1413
# Library dependencies

0 commit comments

Comments
 (0)