Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed Sep 16, 2020
1 parent 040e0b9 commit d09e988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {
minSdkVersion buildConfig.minSdk
targetSdkVersion buildConfig.targetSdk
versionCode appVersionCode
versionName "0.4.1"
versionName "0.5.0"

// For now we're sticking to just shipping EN
resConfigs "en"
Expand Down Expand Up @@ -251,4 +251,4 @@ if (!googleServices.exists()) {
Files.copy(file("fake-google-services.json").toPath(), googleServices.toPath())
}
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'
apply plugin: 'com.google.firebase.crashlytics'

0 comments on commit d09e988

Please sign in to comment.