Skip to content

Commit

Permalink
Prepare for release v1.22 (35)
Browse files Browse the repository at this point in the history
  • Loading branch information
bailuk committed Jul 3, 2022
1 parent 56649b1 commit 507d6cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aat-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
defaultConfig {
minSdk = 14
targetSdk = 29
versionCode = 34
versionName = "v1.21"
versionCode = 35
versionName = "v1.22"
applicationId = "ch.bailu.aat"
}

Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/35.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
v1.22 (35)

# Change
- Add step counter permission
- Fix bluetooth crashes
- Use JDK 11
- New project layout and refactoring
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencyResolutionManagement {
}
}
include("aat-lib")
include("aat-gtk")
// include("aat-gtk")
include("aat-android")

0 comments on commit 507d6cb

Please sign in to comment.