This commit is contained in:
lunaticbum
2024-09-04 18:18:36 +09:00
parent 3708f094bd
commit cb3062153f
39 changed files with 3543 additions and 1728 deletions
+1 -2
View File
@@ -74,7 +74,6 @@ android {
dependencies {
val kotlinVersion: String? by extra
implementation ("androidx.appcompat:appcompat:1.7.0")
implementation ("androidx.biometric:biometric-ktx:1.2.0-alpha05")
implementation ("androidx.browser:browser:1.8.0")
@@ -89,5 +88,5 @@ dependencies {
implementation ("com.google.code.gson:gson:2.11.0")
implementation ("io.realm.kotlin:library-base:2.1.0")
implementation ("org.jsoup:jsoup:1.18.1")
implementation ("org.apache.commons:commons-text:1.10.0")
implementation ("org.apache.commons:commons-text:1.12.0")
}