This commit is contained in:
lunaticbum
2024-11-13 17:41:40 +09:00
parent 0a2cd56c93
commit d2dd6e8cd0
46 changed files with 573 additions and 3900 deletions
+3 -3
View File
@@ -5,12 +5,12 @@ plugins {
android {
namespace = "kr.lunaticbum.awesomewebview"
compileSdk = 34
compileSdk = 35
defaultConfig {
// applicationId = "kr.lunaticbum.awesomewebview"
minSdk = 26
targetSdk = 34
// targetSdk = 34
// versionCode = 1
// versionName = "0.0.1"
}
@@ -40,6 +40,6 @@ dependencies {
implementation ("androidx.appcompat:appcompat:1.7.0")
implementation ("com.google.android.material:material:1.12.0")
// implementation ("com.nineoldandroids:library:2.4.0")
implementation ("androidx.core:core-ktx:1.13.1")
implementation ("androidx.core:core-ktx:1.15.0")
implementation(project(":utils"))
}