Commit ced73d5a authored by Mygod's avatar Mygod

Update travis

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