Commit 53af99eb authored by Mygod's avatar Mygod

Update support lib

parent 9617418e
...@@ -20,7 +20,7 @@ lazy val commonSettings = Seq( ...@@ -20,7 +20,7 @@ lazy val commonSettings = Seq(
resConfigs := Seq("ja", "ko", "ru", "zh-rCN", "zh-rTW") resConfigs := Seq("ja", "ko", "ru", "zh-rCN", "zh-rTW")
) )
val supportLibsVersion = "25.3.0" val supportLibsVersion = "25.3.1"
lazy val root = Project(id = "shadowsocks-android", base = file(".")) lazy val root = Project(id = "shadowsocks-android", base = file("."))
.settings(commonSettings) .settings(commonSettings)
.aggregate(plugin, mobile) .aggregate(plugin, mobile)
......
* 0.0.4: * 0.0.4:
* Update support library version to 25.3.0. * Update support library version to 25.3.1.
* 0.0.3: * 0.0.3:
* Update support library version to 25.2.0. * Update support library version to 25.2.0.
* 0.0.2: * 0.0.2:
......
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