Skip to content

Commit 15b150a

Browse files
committed
- Bump version to 0.4.3
- Add changelog for version 0.4.3 - Build AAB instead of APK for OSS flavor
1 parent ac4bfef commit 15b150a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ platform :android do
6464
project_dir: 'src/'
6565
)
6666
gradle(
67-
task: "assemble",
67+
task: "bundle",
6868
project_dir: 'src/',
6969
build_type: "OSS"
7070
)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* introduces logging capabilities
2+
* added support for syncing with openScale 3.0 beta build.

src/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "com.health.openscale.sync"
1010
minSdkVersion 29
1111
targetSdkVersion 36
12-
versionCode 12
13-
versionName "0.4.2"
12+
versionCode 13
13+
versionName "0.4.3"
1414
archivesBaseName = "openScale-sync-$versionName"
1515
multiDexEnabled true
1616
}

0 commit comments

Comments
 (0)