Skip to content

Commit

Permalink
Updated target sdk version to 25
Browse files Browse the repository at this point in the history
The camera crash bug does not seem to exist anymore. Another fix probably solved this issue too.
  • Loading branch information
ftsalamp authored May 20, 2017
1 parent b832485 commit 7d5f585
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ compileSdkVersion = android-25
buildToolsVersion = 25.0.1

minSdkVersion = 15
# Needs to remain at API 23 until https://github.com/commons-app/apps-android-commons/issues/457
# is fixed
targetSdkVersion = 23

targetSdkVersion = 25
android.useDeprecatedNdk=true

# Library dependencies
Expand Down

0 comments on commit 7d5f585

Please sign in to comment.