We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56649b1 commit 507d6cbCopy full SHA for 507d6cb
aat-android/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
defaultConfig {
15
minSdk = 14
16
targetSdk = 29
17
- versionCode = 34
18
- versionName = "v1.21"
+ versionCode = 35
+ versionName = "v1.22"
19
applicationId = "ch.bailu.aat"
20
}
21
fastlane/metadata/android/en-US/changelogs/35.txt
@@ -0,0 +1,7 @@
1
+v1.22 (35)
2
+
3
+# Change
4
+- Add step counter permission
5
+- Fix bluetooth crashes
6
+- Use JDK 11
7
+- New project layout and refactoring
settings.gradle.kts
@@ -8,5 +8,5 @@ dependencyResolutionManagement {
8
9
10
include("aat-lib")
11
-include("aat-gtk")
+// include("aat-gtk")
12
include("aat-android")
0 commit comments