It works?!

This commit is contained in:
2023-11-13 14:45:25 +02:00
parent 8589ce2817
commit f74f0dbb47
14 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ plugins {
android {
namespace = "com.example.myapp_1"
compileSdk = 33
compileSdk = 34
defaultConfig {
applicationId = "com.example.myapp_1"
@@ -31,7 +31,7 @@ android {
dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.8.0")
implementation("com.google.android.material:material:1.10.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("com.google.android.gms:play-services-maps:18.2.0")
testImplementation("junit:junit:4.13.2")