Added saving data to internal storage for later use.
Added dialog on internal storage usage, and for first start without internet connection
This commit is contained in:
@ -15,6 +15,7 @@ retrofit = "2.9.0"
|
||||
vico = "2.0.2"
|
||||
ciceroneVer = "7.1"
|
||||
fragmentKtx = "1.8.6"
|
||||
protoDataStore = "1.1.3"
|
||||
|
||||
[libraries]
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
@ -38,6 +39,7 @@ retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit
|
||||
vico-compose-m3 = { group = "com.patrykandpatrick.vico", name = "compose-m3", version.ref = "vico" }
|
||||
cicerone = {module = "com.github.terrakok:cicerone", version.ref = "ciceroneVer"}
|
||||
androidx-fragment-ktx = { group = "androidx.fragment", name = "fragment-ktx", version.ref = "fragmentKtx" }
|
||||
androidx-datastore = {group = "androidx.datastore", name = "datastore", version.ref = "protoDataStore"}
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
|
Reference in New Issue
Block a user