It works?!
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user