0.9.3 - New CoverImage storage system(saving to app's internal storage) + Bug fixes + Various optimisations(such as initializing all ViewModels in Activity.kt).

This commit is contained in:
acclorite 2024-03-16 17:21:44 +02:00
parent 22ed828ee6
commit 4e948bc5d7
44 changed files with 608 additions and 470 deletions

View file

@ -15,7 +15,7 @@ android {
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "0.9.2"
versionName = "0.9.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {