[M] Added Storing/Loading

This commit is contained in:
2023-04-07 02:09:56 +02:00
parent f9dc122af5
commit 77e7893c5f
9 changed files with 101 additions and 23 deletions

View File

@ -37,13 +37,13 @@ android {
dependencies {
implementation 'androidx.core:core-ktx:1.9.0'
implementation "androidx.preference:preference-ktx:1.2.0"
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
implementation 'androidx.core:core-ktx:1.9.0'
implementation "androidx.preference:preference-ktx:1.2.0"
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'