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

Binary file not shown.

Binary file not shown.

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

View File

@@ -25,7 +25,7 @@ import android.os.Handler;
import androidx.appcompat.app.AppCompatActivity;
public class begin_activity extends Activity {
public class begin_activity extends AppCompatActivity {
private static final int SPLASH_DURATION = 3000; // 3 seconds

View File

@@ -13,5 +13,5 @@ dependencyResolutionManagement {
}
}
rootProject.name = "MyApp_1"
rootProject.name = "WITL"
include(":app")