Commit ced73d5a authored by Mygod's avatar Mygod

Update travis

parent 18107d7d
...@@ -24,9 +24,9 @@ install: ...@@ -24,9 +24,9 @@ install:
- popd - popd
- touch $HOME/.android/repositories.cfg - touch $HOME/.android/repositories.cfg
- yes | sdkmanager - yes | sdkmanager
"build-tools;27.0.3" "build-tools;28.0.0"
ndk-bundle ndk-bundle
"platforms;android-27" "platforms;android-28"
>/dev/null >/dev/null
script: script:
......
...@@ -27,7 +27,7 @@ import com.github.shadowsocks.App.Companion.app ...@@ -27,7 +27,7 @@ import com.github.shadowsocks.App.Companion.app
import com.github.shadowsocks.database.migration.RecreateSchemaMigration import com.github.shadowsocks.database.migration.RecreateSchemaMigration
import com.github.shadowsocks.utils.Key import com.github.shadowsocks.utils.Key
@Database(entities = [(KeyValuePair::class)], version = 3) @Database(entities = [KeyValuePair::class], version = 3)
abstract class PublicDatabase : RoomDatabase() { abstract class PublicDatabase : RoomDatabase() {
companion object { companion object {
private val instance by lazy { private val instance by lazy {
......
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