Skip to content

Commit

Permalink
Release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Jul 27, 2022
1 parent 64fa6b3 commit 7462011
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId = "com.machiav3lli.fdroid"
minSdk = 23
targetSdk = 32
versionCode = 911
versionName = "0.9.1"
versionCode = 912
versionName = "0.9.2"
vectorDrawables.useSupportLibrary = true

javaCompileOptions {
Expand Down Expand Up @@ -168,7 +168,7 @@ dependencies {
implementation("androidx.work:work-runtime-ktx:2.8.0-alpha02")

// Material3
implementation("com.google.android.material:material:1.7.0-alpha02")
implementation("com.google.android.material:material:1.7.0-alpha03")

// Coil
implementation("io.coil-kt:coil:2.1.0")
Expand Down
6 changes: 6 additions & 0 deletions metadata/en-US/changelogs/912.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Fix: Setting ignore updates doesn't hide from updates
Fix: Alphabetical sorting of Installed
Fix: Nested scrolling of AppSheet
Fix: Showing install action while download is running
Fix: StatusBar icons visibility on dynamic colors' theme
Update: Translations

0 comments on commit 7462011

Please sign in to comment.