Skip to content

Commit e46c1ee

Browse files
UjuiUjuMandan2dust
andauthored
switch to quickie-foss for QR code (#4161)
Co-authored-by: 2dust <[email protected]>
1 parent 70f1743 commit e46c1ee

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

V2rayNG/app/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ android {
5050

5151

5252
compileOptions {
53+
isCoreLibraryDesugaringEnabled = true
5354
sourceCompatibility = JavaVersion.VERSION_11
5455
targetCompatibility = JavaVersion.VERSION_11
5556
}
@@ -125,7 +126,7 @@ dependencies {
125126
implementation(libs.language.json)
126127

127128
// Intent and Utility Libraries
128-
implementation(libs.quickie.bundled)
129+
implementation(libs.quickie.foss)
129130
implementation(libs.core)
130131

131132
// AndroidX Lifecycle and Architecture Components

V2rayNG/gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ rxandroid = "3.0.2"
1717
rxpermissions = "0.12"
1818
toastcompat = "1.1.0"
1919
editorkit = "2.9.0"
20-
quickieBundled = "1.10.0"
2120
core = "3.5.3"
2221
workRuntimeKtx = "2.10.0"
2322
lifecycleViewmodelKtx = "2.8.7"
@@ -45,7 +44,6 @@ toastcompat = { module = "me.drakeet.support:toastcompat", version.ref = "toastc
4544
editorkit = { module = "com.blacksquircle.ui:editorkit", version.ref = "editorkit" }
4645
language-base = { module = "com.blacksquircle.ui:language-base", version.ref = "editorkit" }
4746
language-json = { module = "com.blacksquircle.ui:language-json", version.ref = "editorkit" }
48-
quickie-bundled = { module = "io.github.g00fy2.quickie:quickie-bundled", version.ref = "quickieBundled" }
4947
core = { module = "com.google.zxing:core", version.ref = "core" }
5048
work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workRuntimeKtx" }
5149
work-multiprocess = { module = "androidx.work:work-multiprocess", version.ref = "workRuntimeKtx" }

0 commit comments

Comments
 (0)