Skip to content

Commit 44ce29f

Browse files
committed
SimpleWear: v1.16.1-build5
1 parent 312b035 commit 44ce29f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

mobile/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
targetSdkVersion rootProject.targetSdkVersion
2323
// NOTE: Version Code Format [TargetSDK, Version Name, Build Number, Variant Code (Android: 0, WearOS: 1)]
2424
// NOTE: update SUPPORTED_VERSION_CODE if needed
25-
versionCode 341916040
26-
versionName "1.16.0"
25+
versionCode 341916050
26+
versionName "1.16.1"
2727

2828
vectorDrawables.useSupportLibrary = true
2929
}

shared_resources/src/main/java/com/thewizrd/shared_resources/helpers/WearSettingsHelper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import com.thewizrd.shared_resources.utils.Logger
1111
object WearSettingsHelper {
1212
// Link to Play Store listing
1313
const val PACKAGE_NAME = "com.thewizrd.wearsettings"
14-
private const val SUPPORTED_VERSION_CODE: Long = 1030000
14+
private const val SUPPORTED_VERSION_CODE: Long = 1030002
1515

1616
fun getPackageName(): String {
1717
var packageName = PACKAGE_NAME

shared_resources/src/main/java/com/thewizrd/shared_resources/helpers/WearableHelper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object WearableHelper {
2424
// Link to Play Store listing
2525
private const val PLAY_STORE_APP_URI = "market://details?id=com.thewizrd.simplewear"
2626

27-
private const val SUPPORTED_VERSION_CODE: Long = 341916000
27+
private const val SUPPORTED_VERSION_CODE: Long = 341916050
2828

2929
fun getPlayStoreURI(): Uri = Uri.parse(PLAY_STORE_APP_URI)
3030

wear/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
minSdkVersion 26
1414
targetSdkVersion rootProject.targetSdkVersion
1515
// NOTE: Version Code Format (TargetSDK, Version Name, Build Number, Variant Code (Android: 0, WearOS: 1)
16-
versionCode 341916041
17-
versionName "1.16.0"
16+
versionCode 341916051
17+
versionName "1.16.1"
1818

1919
vectorDrawables.useSupportLibrary = true
2020
}

wearsettings/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
//noinspection ExpiredTargetSdkVersion
1414
targetSdk 28
1515
// NOTE: update SUPPORTED_VERSION_CODE if needed
16-
versionCode 1030001
17-
versionName "1.3.0"
16+
versionCode 1030002
17+
versionName "1.3.1"
1818

1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2020
}

0 commit comments

Comments
 (0)