Commit e1f58bfd authored by Mygod's avatar Mygod

Update dependencies

Disabling `android:extractNativeLib` will reduce apk install size and reduce install time.
parent 7098e578
...@@ -34,7 +34,7 @@ libraryDependencies ++= ...@@ -34,7 +34,7 @@ libraryDependencies ++=
"com.android.support" % "design" % "24.2.1" :: "com.android.support" % "design" % "24.2.1" ::
"com.android.support" % "gridlayout-v7" % "24.2.1" :: "com.android.support" % "gridlayout-v7" % "24.2.1" ::
"com.android.support" % "preference-v14" % "24.2.1" :: "com.android.support" % "preference-v14" % "24.2.1" ::
"com.evernote" % "android-job" % "1.1.0" :: "com.evernote" % "android-job" % "1.1.2" ::
"com.github.clans" % "fab" % "1.6.4" :: "com.github.clans" % "fab" % "1.6.4" ::
"com.github.jorgecastilloprz" % "fabprogresscircle" % "1.01" :: "com.github.jorgecastilloprz" % "fabprogresscircle" % "1.01" ::
"com.github.kevinsawicki" % "http-request" % "6.0" :: "com.github.kevinsawicki" % "http-request" % "6.0" ::
......
addSbtPlugin("org.scala-android" % "sbt-android" % "1.7.0") addSbtPlugin("org.scala-android" % "sbt-android" % "1.7.1")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.10") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.10")
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
<application <application
android:allowBackup="true" android:allowBackup="true"
android:extractNativeLibs="false"
android:name=".ShadowsocksApplication" android:name=".ShadowsocksApplication"
android:hardwareAccelerated="true" android:hardwareAccelerated="true"
android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher"
......
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