Initial migration to new Compose settings activity and DataStore

This commit is contained in:
MM20
2022-01-01 20:16:30 +01:00
parent 912982aba8
commit 89db713e24
22 changed files with 659 additions and 41 deletions

View File

@@ -11,7 +11,7 @@ object AppLicense {
copyrightNote = "Copyright (C) 2021 MM2-0",
licenseName = R.string.gpl3_name,
licenseText = R.raw.license_gpl_3,
url = "https://github.com/Kvaesitso"
url = "https://github.com/MM2-0/Kvaesitso"
)
}
}