Commit 90e3bb31 authored by Max Lv's avatar Max Lv

Roll back to 23.2.0 support libraries, fix #737

parent bfd85ecb
......@@ -34,9 +34,10 @@ libraryDependencies ++= Seq(
"com.google.android.gms" % "play-services-base" % "9.0.2",
"com.google.android.gms" % "play-services-ads" % "9.0.2",
"com.google.android.gms" % "play-services-analytics" % "9.0.2",
"com.android.support" % "design" % "24.0.0",
"com.android.support" % "gridlayout-v7" % "24.0.0",
"com.android.support" % "cardview-v7" % "24.0.0",
"com.android.support" % "design" % "23.2.0",
"com.android.support" % "gridlayout-v7" % "23.2.0",
"com.android.support" % "cardview-v7" % "23.2.0",
"com.android.support" % "support-vector-drawable" % "23.2.0",
"com.github.jorgecastilloprz" % "fabprogresscircle" % "1.01",
"com.j256.ormlite" % "ormlite-core" % "4.48",
"com.j256.ormlite" % "ormlite-android" % "4.48",
......
......@@ -19,7 +19,7 @@
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="23"/>
android:targetSdkVersion="24"/>
<application
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