Skip to content

Commit

Permalink
chore: release 1.5.3
Browse files Browse the repository at this point in the history
matejdro committed Oct 12, 2021
1 parent 4f7e872 commit ae7d011
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
@@ -11,8 +11,8 @@ android {
applicationId "com.matejdro.wearmusiccenter"
minSdkVersion 21
targetSdkVersion 30
versionCode 19
versionName "1.5.2"
versionCode 20
versionName "1.5.3"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
wearAppUnbundled true
multiDexEnabled true
4 changes: 2 additions & 2 deletions wear/build.gradle
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ android {
applicationId "com.matejdro.wearmusiccenter"
minSdkVersion 23
targetSdkVersion 30
versionCode 125
versionName "1.5.1"
versionCode 126
versionName "1.5.3"
}
buildTypes {
release {

0 comments on commit ae7d011

Please sign in to comment.