Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Update voyager to v1.0.0-rc02

Cette révision appartient à :
renovate[bot] 2022-10-16 02:50:56 +00:00 révisé par arkon
Parent 7da32750b2
révision 570fec6ea6
2 fichiers modifiés avec 4 ajouts et 4 suppressions

Voir le fichier

@ -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 {

Voir le fichier

@ -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"