Skip to content

Commit 7d5f585

Browse files
authored
Updated target sdk version to 25
The camera crash bug does not seem to exist anymore. Another fix probably solved this issue too.
1 parent b832485 commit 7d5f585

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)