Skip to content

Commit

Permalink
Increase app version to 0.22
Browse files Browse the repository at this point in the history
Signed-off-by: Darrel Griët <[email protected]>
  • Loading branch information
MagneFire committed Feb 17, 2022
1 parent 1418f67 commit ac42291
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId("org.asteroidos.sync")
minSdkVersion(24)
targetSdkVersion(30)
versionCode(21)
versionName("0.21")
versionCode(22)
versionName("0.22")
}
buildTypes {
named("release") {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
0.22
* Custom OWM API Key setting
* Android 12 bluetooth fixes
* Translation improvements
* Update dependencies

0 comments on commit ac42291

Please sign in to comment.