Skip to content

Commit 7f5bea4

Browse files
committed
Revert target SDK to 23
1 parent d71f1af commit 7f5bea4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ buildToolsVersion = 25.0.1
77

88
minSdkVersion = 15
99

10-
targetSdkVersion = 25
10+
# Cannot target API 24+ until https://github.com/commons-app/apps-android-commons/issues/457 fixed
11+
targetSdkVersion = 23
1112
android.useDeprecatedNdk=true
1213

1314
# Library dependencies

0 commit comments

Comments
 (0)