Skip to content

Commit

Permalink
Release Catima 2.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastProject committed Apr 14, 2023
1 parent a039d5d commit 510995a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased - 119
## v2.22.1 - 119

- Use Material You colours on more devices (Google library update)

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "me.hackerchick.catima"
minSdk 21
targetSdk 33
versionCode 118
versionName "2.22.0"
versionCode 119
versionName "2.22.1"

vectorDrawables.useSupportLibrary true
multiDexEnabled true
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
android.enableJetifier=true
android.useAndroidX=true

0 comments on commit 510995a

Please sign in to comment.