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 ac4bfef commit 15b150aCopy full SHA for 15b150a
fastlane/Fastfile
@@ -64,7 +64,7 @@ platform :android do
64
project_dir: 'src/'
65
)
66
gradle(
67
- task: "assemble",
+ task: "bundle",
68
project_dir: 'src/',
69
build_type: "OSS"
70
fastlane/metadata/android/en-US/changelogs/13.txt
@@ -0,0 +1,2 @@
1
+* introduces logging capabilities
2
+* added support for syncing with openScale 3.0 beta build.
src/app/build.gradle
@@ -9,8 +9,8 @@ android {
9
applicationId "com.health.openscale.sync"
10
minSdkVersion 29
11
targetSdkVersion 36
12
- versionCode 12
13
- versionName "0.4.2"
+ versionCode 13
+ versionName "0.4.3"
14
archivesBaseName = "openScale-sync-$versionName"
15
multiDexEnabled true
16
}
0 commit comments