Skip to content

Commit

Permalink
Release version 1.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Peilicke <[email protected]>
  • Loading branch information
saschpe committed Mar 28, 2019
1 parent cd8868a commit afe5d65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
applicationId 'saschpe.poker'
minSdkVersion 17
targetSdkVersion 28
versionCode 170010302
versionName "1.3.2"
versionCode 170010303
versionName "1.3.3"
archivesBaseName = "${applicationId}-${versionName}"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
vectorDrawables.useSupportLibrary = true
Expand Down
6 changes: 3 additions & 3 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
applicationId 'saschpe.poker'
minSdkVersion 24 // Standalone Wear 2.0 app
targetSdkVersion 28
versionCode 241010302
versionName "1.3.2"
versionCode 241010303
versionName "1.3.3"
archivesBaseName = "${applicationId}-${versionName}"
}

Expand Down Expand Up @@ -80,4 +80,4 @@ dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.11'
implementation 'saschpe.android:utils:2.0.0'
implementation 'saschpe.android:versioninfo:2.1.1'
}
}

0 comments on commit afe5d65

Please sign in to comment.