Skip to content

Commit

Permalink
Fix version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy authored Feb 29, 2020
1 parent 470fc90 commit 2d0e074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ android {
defaultConfig {
applicationId "ca.lakeeffect.scoutingapp"
minSdkVersion 23
targetSdkVersion 27
versionCode 36
versionName "Rise - 1.0.1"
targetSdkVersion 27=8
versionCode 38
versionName "Rise - 3.0.2"
}
buildTypes {
release {
Expand Down

0 comments on commit 2d0e074

Please sign in to comment.