Skip to content

Commit

Permalink
Release version 1.0.1
Browse files Browse the repository at this point in the history
The Google Maps API key was set incorrectly in the release build
  • Loading branch information
Lauszus committed Oct 21, 2017
1 parent 5a07e9d commit d7cd662
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 @@ -5,11 +5,11 @@ android {
buildToolsVersion '25.0.3'

defaultConfig {
applicationId "com.lauszus.balancingrobotfullsizeandroid.app"
applicationId 'com.lauszus.balancingrobotfullsizeandroid.app'
minSdkVersion 14
targetSdkVersion 25
versionCode 1
versionName "1.0"
versionCode 2
versionName '1.0.1'
}

signingConfigs {
Expand Down

0 comments on commit d7cd662

Please sign in to comment.