Skip to content

Commit

Permalink
prepare release v2.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Jul 23, 2022
1 parent 4e6740e commit d572e95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 2.0.0-alpha1
### Changed
- Implement new detection method for button presses

## 1.0.1
### Changed
- Replace Google Pay with Google Wallet


## 1.0.0
### Changed
- App name and package changed **(please uninstall the old version manually)**
Expand All @@ -20,6 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Predefined sources: Samsung Pay, Bixby, Power Menu
- Predefined targets: Google Pay, Google Assistant Go

## 1.0.0-apha1
## 1.0.0-alpha1
### Added
- Initial release of Watch 4 PaySwitch
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "de.bigboot.gw4remap"
minSdk = 30
targetSdk = 31
versionCode = 1
versionName = "1.0"
versionCode = 2001
versionName = "2.0.0-alpha1"

}

Expand Down

0 comments on commit d572e95

Please sign in to comment.