File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
metadata/en-US/changelogs Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 1.0.0] - 2024-05-12
11+
12+ ### Added
13+ - Initial Release
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ android {
1414 applicationId = " com.looker.kenko"
1515 minSdk = 26
1616 targetSdk = 34
17- versionCode = 1
18- versionName = " 1.0"
17+ // 1.2.2 -> 102020
18+ versionCode = 100000
19+ versionName = " 1.0.0"
1920
2021 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2122 vectorDrawables {
Original file line number Diff line number Diff line change 1+ Initial Release
You can’t perform that action at this time.
0 commit comments