Commit 1ec80175 authored by Mygod's avatar Mygod

Update target SDK to O preview

parent 2b985686
......@@ -4,7 +4,7 @@ lazy val commonSettings = Seq(
organization := "com.github.shadowsocks",
platformTarget := "android-25",
platformTarget := "android-O",
compileOrder := CompileOrder.JavaThenScala,
javacOptions ++= "-source" :: "1.7" :: "-target" :: "1.7" :: Nil,
......@@ -21,7 +21,7 @@ lazy val commonSettings = Seq(
resConfigs := Seq("ja", "ko", "ru", "zh-rCN", "zh-rTW")
)
val supportLibsVersion = "25.3.1"
val supportLibsVersion = "26.0.0-alpha1"
lazy val root = Project(id = "shadowsocks-android", base = file("."))
.settings(commonSettings)
.aggregate(plugin, mobile)
......
......@@ -14,7 +14,7 @@
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="25"/>
android:targetSdkVersion="O"/>
<application
android:name=".ShadowsocksApplication"
......
......@@ -2,7 +2,7 @@
package="com.github.shadowsocks.plugin">
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="25"/>
android:targetSdkVersion="O"/>
<application
android:theme="@style/Theme.Shadowsocks">
<meta-data android:name="com.github.shadowsocks.plugin.version"
......
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