Skip to content

Commit efdd37e

Browse files
authored
Merge pull request commons-app#770 from misaochan/master
Change target SDK to 25
2 parents 0da5145 + ffa47a7 commit efdd37e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gradle.properties

Lines changed: 2 additions & 3 deletions
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-
10-
# Cannot target API 24+ until https://github.com/commons-app/apps-android-commons/issues/457 fixed
11-
targetSdkVersion = 23
9+
10+
targetSdkVersion = 25
1211
android.useDeprecatedNdk=true
1312

1413
# Library dependencies

0 commit comments

Comments
 (0)