Skip to content

Commit 6572b33

Browse files
committed
feat: Add mods support
1 parent a61b42e commit 6572b33

13 files changed

Lines changed: 886 additions & 28 deletions

File tree

.idea/other.xml

Lines changed: 309 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PC-Simulator-Save-Editor

app/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ dependencies {
6565
implementation(libs.ui)
6666
implementation(libs.material3)
6767
implementation(project(":library"))
68+
implementation(libs.androidx.browser)
69+
implementation(libs.androidx.leanback)
70+
implementation(libs.glide)
71+
implementation(libs.luaj.jse)
6872
testImplementation(libs.junit)
6973
androidTestImplementation(libs.androidx.junit)
7074
androidTestImplementation(libs.androidx.espresso.core)

0 commit comments

Comments
 (0)