Skip to content

Commit

Permalink
chore: release 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matejdro committed Oct 29, 2023
1 parent 92daa75 commit 7d28212
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
namespace = "com.matejdro.wearmusiccenter"
minSdkVersion 21
targetSdkVersion 30
versionCode 25
versionName "1.9.1"
versionCode 26
versionName "1.9.2"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
wearAppUnbundled true
multiDexEnabled true
Expand Down
4 changes: 2 additions & 2 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
namespace = "com.matejdro.wearmusiccenter"
minSdkVersion 25
targetSdkVersion 30
versionCode 131
versionName "1.9.1"
versionCode 132
versionName "1.9.2"
}
buildTypes {
release {
Expand Down

0 comments on commit 7d28212

Please sign in to comment.