Skip to content

Commit d889a40

Browse files
committed
Create Release 1.0.0
1 parent d84307a commit d889a40

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

app/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Initial Release

0 commit comments

Comments
 (0)