Skip to content

Commit 7d28212

Browse files
committedOct 29, 2023
chore: release 1.9.2
1 parent 92daa75 commit 7d28212

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎mobile/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
namespace = "com.matejdro.wearmusiccenter"
1313
minSdkVersion 21
1414
targetSdkVersion 30
15-
versionCode 25
16-
versionName "1.9.1"
15+
versionCode 26
16+
versionName "1.9.2"
1717
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1818
wearAppUnbundled true
1919
multiDexEnabled true

‎wear/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
namespace = "com.matejdro.wearmusiccenter"
1212
minSdkVersion 25
1313
targetSdkVersion 30
14-
versionCode 131
15-
versionName "1.9.1"
14+
versionCode 132
15+
versionName "1.9.2"
1616
}
1717
buildTypes {
1818
release {

0 commit comments

Comments
 (0)
Please sign in to comment.