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,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")
}