Skip to content

Commit

Permalink
Hotfix for exception on android N
Browse files Browse the repository at this point in the history
  • Loading branch information
0queue committed May 2, 2017
1 parent 8810510 commit f9caa60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ android {
defaultConfig {
applicationId "edu.umd.cmsc436.mstestsuite"
minSdkVersion 22
targetSdkVersion 25
//noinspection OldTargetApi
targetSdkVersion 23
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit f9caa60

Please sign in to comment.