Skip to content

Commit

Permalink
Create Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed May 12, 2024
1 parent d84307a commit d889a40
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2024-05-12

### Added
- Initial Release
5 changes: 3 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ android {
applicationId = "com.looker.kenko"
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "1.0"
// 1.2.2 -> 102020
versionCode = 100000
versionName = "1.0.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/100000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Initial Release

0 comments on commit d889a40

Please sign in to comment.