diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 3a6d748..66ff961 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -7,7 +7,7 @@
-
+
-
+
diff --git a/app/build.gradle b/app/build.gradle
index 51743a8..0397d27 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,8 +1,3 @@
-//apply plugin: 'com.android.application'
-//apply plugin: 'kotlin-android'
-//apply plugin: "kotlin-kapt"
-//apply plugin: "androidx.navigation.safeargs.kotlin"
-//apply plugin: "kotlin-parcelize"
plugins {
id('com.android.application')
id('kotlin-android')
@@ -53,27 +48,28 @@ android {
}
}
}
+ namespace 'com.example.todoapp'
}
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
- implementation 'androidx.core:core-ktx:1.8.0'
- implementation 'androidx.appcompat:appcompat:1.5.0'
+ implementation 'androidx.core:core-ktx:1.9.0'
+ implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.13.2'
- androidTestImplementation 'androidx.test.ext:junit:1.1.3'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
+ androidTestImplementation 'androidx.test.ext:junit:1.1.5'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
// Navigation Component
- implementation 'androidx.navigation:navigation-fragment-ktx:2.5.1'
- implementation 'androidx.navigation:navigation-ui-ktx:2.5.1'
+ implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3'
+ implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
// Room components
- implementation "androidx.room:room-runtime:2.4.3"
- kapt "androidx.room:room-compiler:2.4.3"
- implementation "androidx.room:room-ktx:2.4.3"
- androidTestImplementation "androidx.room:room-testing:2.4.3"
+ implementation "androidx.room:room-runtime:2.5.0"
+ kapt "androidx.room:room-compiler:2.5.0"
+ implementation "androidx.room:room-ktx:2.5.0"
+ androidTestImplementation "androidx.room:room-testing:2.5.0"
// Lifecycle components
// implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 465af79..1ecd5ab 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -1,6 +1,5 @@
-
+