diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a28d464..55805e6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,11 @@ android { } dependencies { + implementation("androidx.appcompat:appcompat:1.7.0") + implementation("com.google.android.material:material:1.12.0") + implementation("androidx.activity:activity:1.10.0") + implementation("androidx.constraintlayout:constraintlayout:2.2.0") defaultLibrary() - implementation(Dependencies.AndroidX.activity) implementation(Dependencies.AndroidX.fragment) implementation(Dependencies.AndroidX.constraintLayout) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a986978..44f6361 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@ + xmlns:tools="http://schemas.android.com/tools" > @@ -18,10 +18,16 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.Default" - tools:targetApi="31"> + tools:targetApi="31" > + android:name=".ui.main.MainActivity" + android:exported="false" /> + + diff --git a/app/src/main/res/layout-w936dp/activity_root.xml b/app/src/main/res/layout-w936dp/activity_root.xml deleted file mode 100644 index ef9e34d..0000000 --- a/app/src/main/res/layout-w936dp/activity_root.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout-w936dp/fragment_login.xml b/app/src/main/res/layout-w936dp/fragment_login.xml deleted file mode 100644 index f079de8..0000000 --- a/app/src/main/res/layout-w936dp/fragment_login.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - -