mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
Compare commits
13 commits
b58dad872d
...
414eea4ab6
Author | SHA1 | Date | |
---|---|---|---|
|
414eea4ab6 | ||
|
4b7564e410 | ||
|
8d3cfffa66 | ||
|
97339689c6 | ||
|
9453c3e808 | ||
|
6f03935c17 | ||
|
f1597bd95c | ||
|
903a37e390 | ||
|
1655540a16 | ||
|
6a7b386127 | ||
|
75191dde05 | ||
|
db0af71901 | ||
|
89c5e997cc |
5 changed files with 15 additions and 15 deletions
2
.github/workflows/build_check.yml
vendored
2
.github/workflows/build_check.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;35.0.0"
|
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;35.0.0"
|
||||||
|
|
||||||
- name: Setup Gradle
|
- name: Setup Gradle
|
||||||
uses: null2264/actions/gradle-setup@a4d662095a2f2af1ed24f1228eb6e55b0f9f1f29
|
uses: null2264/actions/gradle-java-setup@363cb9cf3d66bd9c72ed6860142c6b2c121d7e94
|
||||||
with:
|
with:
|
||||||
java: 17
|
java: 17
|
||||||
distro: temurin
|
distro: temurin
|
||||||
|
|
4
.github/workflows/build_push.yml
vendored
4
.github/workflows/build_push.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;35.0.0"
|
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;35.0.0"
|
||||||
|
|
||||||
- name: Setup Gradle
|
- name: Setup Gradle
|
||||||
uses: null2264/actions/gradle-setup@a4d662095a2f2af1ed24f1228eb6e55b0f9f1f29
|
uses: null2264/actions/gradle-java-setup@363cb9cf3d66bd9c72ed6860142c6b2c121d7e94
|
||||||
with:
|
with:
|
||||||
java: 17
|
java: 17
|
||||||
distro: temurin
|
distro: temurin
|
||||||
|
@ -154,7 +154,7 @@ jobs:
|
||||||
echo "STAGE=${stage}" >> $GITHUB_OUTPUT
|
echo "STAGE=${stage}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Sign APK
|
- name: Sign APK
|
||||||
uses: null2264/actions/android-signer@a4d662095a2f2af1ed24f1228eb6e55b0f9f1f29
|
uses: null2264/actions/android-signer@363cb9cf3d66bd9c72ed6860142c6b2c121d7e94
|
||||||
if: env.VERSION_TAG != ''
|
if: env.VERSION_TAG != ''
|
||||||
with:
|
with:
|
||||||
releaseDir: app/build/outputs/apk/standard/${{ steps.version_stage.outputs.STAGE }}
|
releaseDir: app/build/outputs/apk/standard/${{ steps.version_stage.outputs.STAGE }}
|
||||||
|
|
|
@ -16,7 +16,7 @@ cardview = { module = "androidx.cardview:cardview", version = "1.0.0" }
|
||||||
core = { module = "androidx.core:core-ktx", version = "1.15.0" }
|
core = { module = "androidx.core:core-ktx", version = "1.15.0" }
|
||||||
core-splashscreen = { module = "androidx.core:core-splashscreen", version = "1.0.1" }
|
core-splashscreen = { module = "androidx.core:core-splashscreen", version = "1.0.1" }
|
||||||
glance-appwidget = { module = "androidx.glance:glance-appwidget", version = "1.1.1" }
|
glance-appwidget = { module = "androidx.glance:glance-appwidget", version = "1.1.1" }
|
||||||
layout-constraint = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.0" }
|
layout-constraint = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
|
||||||
layout-swiperefresh = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.1.0" }
|
layout-swiperefresh = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.1.0" }
|
||||||
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" }
|
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" }
|
||||||
lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
|
lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
|
||||||
|
@ -30,7 +30,7 @@ preference = { module = "androidx.preference:preference-ktx", version = "1.2.1"
|
||||||
recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
|
recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
|
||||||
sqlite = { module = "androidx.sqlite:sqlite", version = "2.4.0" }
|
sqlite = { module = "androidx.sqlite:sqlite", version = "2.4.0" }
|
||||||
webkit = { module = "androidx.webkit:webkit", version = "1.12.0" }
|
webkit = { module = "androidx.webkit:webkit", version = "1.12.0" }
|
||||||
work = { module = "androidx.work:work-runtime-ktx", version = "2.10.0" }
|
work = { module = "androidx.work:work-runtime-ktx", version = "2.10.1" }
|
||||||
window = { module = "androidx.window:window", version = "1.3.0" }
|
window = { module = "androidx.window:window", version = "1.3.0" }
|
||||||
|
|
||||||
[bundles]
|
[bundles]
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
[versions]
|
[versions]
|
||||||
kotlin = "2.1.0"
|
kotlin = "2.1.21"
|
||||||
serialization = "1.7.3"
|
serialization = "1.8.1"
|
||||||
xml_serialization = "0.90.3"
|
xml_serialization = "0.90.3"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||||
compose-compiler-gradle = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version.ref = "kotlin" }
|
compose-compiler-gradle = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version.ref = "kotlin" }
|
||||||
|
|
||||||
coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version = "1.10.1" }
|
coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version = "1.10.2" }
|
||||||
coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android" }
|
coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android" }
|
||||||
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core" }
|
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core" }
|
||||||
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test" }
|
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test" }
|
||||||
|
|
|
@ -3,8 +3,8 @@ aboutlibraries = "11.2.3"
|
||||||
chucker = "3.5.2"
|
chucker = "3.5.2"
|
||||||
flexible-adapter = "c8013533"
|
flexible-adapter = "c8013533"
|
||||||
fast_adapter = "5.7.0"
|
fast_adapter = "5.7.0"
|
||||||
moko = "0.24.4"
|
moko = "0.24.5"
|
||||||
okhttp = "5.0.0-alpha.14"
|
okhttp = "5.0.0-alpha.16"
|
||||||
shizuku = "13.1.5"
|
shizuku = "13.1.5"
|
||||||
# FIXME: Uncomment once SQLDelight support KMP AndroidX SQLiteDriver
|
# FIXME: Uncomment once SQLDelight support KMP AndroidX SQLiteDriver
|
||||||
#sqlite = "2.5.0-alpha04"
|
#sqlite = "2.5.0-alpha04"
|
||||||
|
@ -12,7 +12,7 @@ sqlite = "2.4.0"
|
||||||
sqldelight = "2.0.2"
|
sqldelight = "2.0.2"
|
||||||
junit = "5.11.3"
|
junit = "5.11.3"
|
||||||
kermit = "2.0.5"
|
kermit = "2.0.5"
|
||||||
koin = "4.0.0"
|
koin = "4.0.4"
|
||||||
leakcanary = "2.14"
|
leakcanary = "2.14"
|
||||||
voyager = "1.1.0-beta03"
|
voyager = "1.1.0-beta03"
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ compose-theme-adapter3 = { module = "com.google.accompanist:accompanist-themeada
|
||||||
conductor = { module = "com.bluelinelabs:conductor", version = "4.0.0-preview-4" }
|
conductor = { module = "com.bluelinelabs:conductor", version = "4.0.0-preview-4" }
|
||||||
conductor-support-preference = { module = "com.github.tachiyomiorg:conductor-support-preference", version = "3.0.0" }
|
conductor-support-preference = { module = "com.github.tachiyomiorg:conductor-support-preference", version = "3.0.0" }
|
||||||
conscrypt = { module = "org.conscrypt:conscrypt-android", version = "2.5.2" }
|
conscrypt = { module = "org.conscrypt:conscrypt-android", version = "2.5.2" }
|
||||||
desugar = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.3" }
|
desugar = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.5" }
|
||||||
directionalviewpager = { module = "com.github.tachiyomiorg:DirectionalViewPager", version = "1.0.0" }
|
directionalviewpager = { module = "com.github.tachiyomiorg:DirectionalViewPager", version = "1.0.0" }
|
||||||
disklrucache = { module = "com.jakewharton:disklrucache", version = "2.0.2" }
|
disklrucache = { module = "com.jakewharton:disklrucache", version = "2.0.2" }
|
||||||
fastadapter-extensions-binding = { module = "com.mikepenz:fastadapter-extensions-binding", version.ref = "fast_adapter" }
|
fastadapter-extensions-binding = { module = "com.mikepenz:fastadapter-extensions-binding", version.ref = "fast_adapter" }
|
||||||
|
@ -54,7 +54,7 @@ kotest-assertions = { module = "io.kotest:kotest-assertions-core", version = "5.
|
||||||
leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
|
leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
|
||||||
leakcanary-plumber = { module = "com.squareup.leakcanary:plumber-android", version.ref = "leakcanary" }
|
leakcanary-plumber = { module = "com.squareup.leakcanary:plumber-android", version.ref = "leakcanary" }
|
||||||
|
|
||||||
libarchive = { module = "me.zhanghai.android.libarchive:library", version = "1.1.4" }
|
libarchive = { module = "me.zhanghai.android.libarchive:library", version = "1.1.5" }
|
||||||
|
|
||||||
material = { module = "com.google.android.material:material", version = "1.12.0" }
|
material = { module = "com.google.android.material:material", version = "1.12.0" }
|
||||||
markwon = { module = "io.noties.markwon:core", version = "4.6.2" }
|
markwon = { module = "io.noties.markwon:core", version = "4.6.2" }
|
||||||
|
@ -106,9 +106,9 @@ voyager-screenmodel = { module = "cafe.adriel.voyager:voyager-screenmodel", vers
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutlibraries" }
|
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutlibraries" }
|
||||||
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version = "3.0.2" }
|
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version = "3.0.3" }
|
||||||
google-services = { id = "com.google.gms.google-services", version = "4.4.2" }
|
google-services = { id = "com.google.gms.google-services", version = "4.4.2" }
|
||||||
gradle-versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
|
gradle-versions = { id = "com.github.ben-manes.versions", version = "0.52.0" }
|
||||||
kotlinter = { id = "org.jmailen.kotlinter", version = "5.0.1" }
|
kotlinter = { id = "org.jmailen.kotlinter", version = "5.0.1" }
|
||||||
moko = { id = "dev.icerock.mobile.multiplatform-resources", version.ref = "moko" }
|
moko = { id = "dev.icerock.mobile.multiplatform-resources", version.ref = "moko" }
|
||||||
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue