Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed May 19, 2024
1 parent c5b2cf8 commit e1ee996
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1] - 2024-05-19

### Fixed
- Navigation from home screen
- Annoying animations on home page
Expand Down
5 changes: 2 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ android {
applicationId = "com.looker.kenko"
minSdk = 26
targetSdk = 34
// 1.2.2 -> 102020
versionCode = 101000
versionName = "1.1.0"
versionCode = 101010
versionName = "1.1.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
6 changes: 6 additions & 0 deletions metadata/en-US/changelogs/101010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Fixed:

* Navigation from home screen
* Annoying animations on home page
* Plan Edit Page
* Back button on all pages

0 comments on commit e1ee996

Please sign in to comment.