Update voyager to v1.0.0-rc02

This commit is contained in:
renovate[bot] 2022-10-16 02:50:56 +00:00 committed by arkon
parent 7da32750b2
commit 570fec6ea6
2 changed files with 4 additions and 4 deletions

View File

@ -141,12 +141,12 @@ android {
} }
compileOptions { compileOptions {
sourceCompatibility = JavaVersion.VERSION_11 sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_1_8
} }
kotlinOptions { kotlinOptions {
jvmTarget = JavaVersion.VERSION_11.toString() jvmTarget = JavaVersion.VERSION_1_8.toString()
} }
sqldelight { sqldelight {

View File

@ -8,7 +8,7 @@ flowbinding_version = "1.2.0"
shizuku_version = "12.2.0" shizuku_version = "12.2.0"
sqldelight = "1.5.4" sqldelight = "1.5.4"
leakcanary = "2.9.1" leakcanary = "2.9.1"
voyager = "1.0.0-beta16" voyager = "1.0.0-rc02"
[libraries] [libraries]
android-shortcut-gradle = "com.github.zellius:android-shortcut-gradle-plugin:0.1.2" android-shortcut-gradle = "com.github.zellius:android-shortcut-gradle-plugin:0.1.2"