...
This commit is contained in:
@@ -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"))
|
||||
}
|
||||
Reference in New Issue
Block a user