I never worked so fast
This commit is contained in:
@@ -9,7 +9,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId = "com.example.myapp_1"
|
||||
minSdk = 24
|
||||
targetSdk = 33
|
||||
targetSdk = 34
|
||||
versionCode = 1
|
||||
versionName = "1.0"
|
||||
|
||||
@@ -31,7 +31,7 @@ android {
|
||||
dependencies {
|
||||
|
||||
implementation("androidx.appcompat:appcompat:1.6.1")
|
||||
implementation("com.google.android.material:material:1.10.0")
|
||||
implementation("com.google.android.material:material:1.11.0")
|
||||
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
|
||||
implementation("com.google.android.gms:play-services-maps:18.2.0")
|
||||
implementation("com.google.code.gson:gson:2.10.1")
|
||||
|
||||
Reference in New Issue
Block a user