This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ android {
1717 applicationId " motionapps.sensorbox"
1818 minSdkVersion 24
1919 targetSdkVersion 34
20- versionCode 85
20+ versionCode 86
2121 versionName " 4.3.1"
2222 multiDexEnabled true
2323 vectorDrawables. useSupportLibrary = true
Original file line number Diff line number Diff line change 99 <uses-permission android : name =" com.google.android.gms.permission.ACTIVITY_RECOGNITION" />
1010
1111 <application >
12+ <!-- foregroundServiceType needs to be defined only as "location" to build Wear OS -->
13+ <!-- Wear OS does not support SDK version 34 - after added support, the issue is resolved -->
1214 <service
1315 android : name =" .services.MeasurementService"
14- android : foregroundServiceType =" @string/service_type "
16+ android : foregroundServiceType =" health|location "
1517 android : enabled =" true"
1618 android : exported =" false"
1719 />
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ android {
1414 applicationId " motionapps.sensorbox"
1515 minSdkVersion 25
1616 targetSdkVersion 33
17- versionCode 1000046
17+ versionCode 1000047
1818 versionName " 3.5.1"
1919 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2020 signingConfig signingConfigs. debug
You can’t perform that action at this time.
0 commit comments