Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ android {
}

dependencies {
implementation(project(":js"))

implementation(libs.androidx.core.ktx)
implementation(libs.androidx.lifecycle.runtime.ktx)
Expand All @@ -88,6 +87,7 @@ dependencies {
implementation(libs.androidx.ui.tooling.preview)
implementation(libs.androidx.material3)

implementation(libs.js)
implementation(libs.androidx.navigation.compose)
implementation(libs.kotlinx.coroutines.core)
implementation(libs.mmkv)
Expand All @@ -99,8 +99,6 @@ dependencies {
implementation(libs.accompanist.permissions)
implementation(libs.androidx.javascriptengine)
implementation(libs.androidx.concurrent.futures.ktx)
implementation(libs.jsoup)
implementation(libs.gson)
implementation(libs.mmkv)
implementation(libs.commons.compress)
implementation(libs.lottie.compose)
Expand Down
12 changes: 2 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ coilNetworkOkhttp = "3.0.2"
commonsCompress = "1.27.1"
concurrentFuturesKtx = "1.2.0"
desugar_jdk_libs = "2.1.4"
gson = "2.11.0"
javascriptengine = "1.0.0-beta01"
jsoup = "1.18.1"
js = "1.0.1"
kotlin = "2.0.0"
coreKtx = "1.15.0"
junit = "4.13.2"
Expand All @@ -28,13 +27,10 @@ lottieCompose = "6.6.0"
materialIconsExtended = "1.7.6"
mmkv = "2.0.0"
navigationCompose = "2.8.5"
rhino = "1.8.0"
roomRuntime = "2.6.1"
webkit = "1.13.0-alpha02"
zoomable = "0.14.0"
material3 = "1.3.1"
appcompat = "1.7.0"
material = "1.12.0"

[libraries]
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanistPermissions" }
Expand All @@ -55,8 +51,7 @@ coil-video = { module = "io.coil-kt.coil3:coil-video", version.ref = "coilNetwor
commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "commonsCompress" }
desugar_jdk_libs = { module = "com.android.tools:desugar_jdk_libs", version.ref = "desugar_jdk_libs" }
editor = { module = "io.github.Rosemoe.sora-editor:editor" }
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
js = { module = "com.paulcoding:js", version.ref = "js" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
Expand All @@ -80,10 +75,7 @@ ktor-serialization-gson = { module = "io.ktor:ktor-serialization-gson", version.
language-textmate = { module = "io.github.Rosemoe.sora-editor:language-textmate" }
lottie-compose = { module = "com.airbnb.android:lottie-compose", version.ref = "lottieCompose" }
mmkv = { module = "com.tencent:mmkv", version.ref = "mmkv" }
rhino = { module = "org.mozilla:rhino", version.ref = "rhino" }
zoomable = { module = "me.saket.telephoto:zoomable", version.ref = "zoomable" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down
1 change: 0 additions & 1 deletion js/.gitignore

This file was deleted.

142 changes: 0 additions & 142 deletions js/README.md

This file was deleted.

92 changes: 0 additions & 92 deletions js/build.gradle.kts

This file was deleted.

Empty file removed js/consumer-rules.pro
Empty file.
21 changes: 0 additions & 21 deletions js/proguard-rules.pro

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions js/src/main/AndroidManifest.xml

This file was deleted.

Loading