This commit is contained in:
+3
-2
@@ -3,11 +3,11 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace 'com.example.newapp'
|
||||
namespace 'com.arkj.app'
|
||||
compileSdk 34
|
||||
|
||||
defaultConfig {
|
||||
applicationId 'com.example.newapp'
|
||||
applicationId 'com.arkj.app'
|
||||
minSdk 24
|
||||
targetSdk 34
|
||||
versionCode 1
|
||||
@@ -29,4 +29,5 @@ android {
|
||||
dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation 'com.google.android.material:material:1.11.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user