Commit e638d90c authored by Mygod's avatar Mygod

Fix targetSdkVersion in AndroidManifest

parent 2c3b9f82
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<uses-sdk <uses-sdk
android:minSdkVersion="16" android:minSdkVersion="16"
android:targetSdkVersion="23"/> android:targetSdkVersion="24"/>
<application <application
android:allowBackup="true" android:allowBackup="true"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment