...
This commit is contained in:
@@ -5,10 +5,10 @@ plugins {
|
||||
|
||||
android {
|
||||
namespace = "kr.lunaticbum.helpers"
|
||||
compileSdk = 34
|
||||
compileSdk = 35
|
||||
defaultConfig {
|
||||
minSdk = 26
|
||||
targetSdk = 34
|
||||
// targetSdk = 34
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
@@ -30,5 +30,5 @@ dependencies {
|
||||
implementation ("com.android.support:appcompat-v7:28.0.0")
|
||||
implementation ("com.android.support:support-annotations:28.0.0")
|
||||
implementation ("androidx.annotation:annotation-jvm:1.9.1")
|
||||
implementation ("androidx.core:core-ktx:1.13.1")
|
||||
implementation ("androidx.core:core-ktx:1.15.0")
|
||||
}
|
||||
Reference in New Issue
Block a user