We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92daa75 commit 7d28212Copy full SHA for 7d28212
mobile/build.gradle
@@ -12,8 +12,8 @@ android {
12
namespace = "com.matejdro.wearmusiccenter"
13
minSdkVersion 21
14
targetSdkVersion 30
15
- versionCode 25
16
- versionName "1.9.1"
+ versionCode 26
+ versionName "1.9.2"
17
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
18
wearAppUnbundled true
19
multiDexEnabled true
wear/build.gradle
@@ -11,8 +11,8 @@ android {
11
minSdkVersion 25
- versionCode 131
+ versionCode 132
}
buildTypes {
release {
0 commit comments