0.9.2 - Massive scrolling performance improvement
This commit is contained in:
parent
6806ac904c
commit
22ed828ee6
83 changed files with 1175 additions and 1024 deletions
|
|
@ -15,7 +15,7 @@ android {
|
|||
minSdk = 26
|
||||
targetSdk = 34
|
||||
versionCode = 1
|
||||
versionName = "0.9.0"
|
||||
versionName = "0.9.2"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
|
@ -139,4 +139,6 @@ dependencies {
|
|||
|
||||
implementation("androidx.appcompat:appcompat:latest.release")
|
||||
implementation("androidx.appcompat:appcompat-resources:latest.release")
|
||||
|
||||
implementation("io.coil-kt:coil-compose:2.6.0")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue