Skip to content

Commit

Permalink
Revert target SDK to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
misaochan committed Jun 4, 2017
1 parent d71f1af commit 7f5bea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ buildToolsVersion = 25.0.1

minSdkVersion = 15

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

# Library dependencies
Expand Down

0 comments on commit 7f5bea4

Please sign in to comment.