Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huikaihoo committed May 19, 2019
1 parent 39949a1 commit ae8a17e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ apply plugin: 'kotlin-kapt'
def versionMajor = 0
def versionMinor = 1
def versionPatch = 0
def versionSuffix = "-alpha.2"
def versionSuffix = "-alpha.3"

def versionBuild = 9
def versionBuild = 10

def static getBuildTime() {
def date = new Date()
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/hoo/etahk/view/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class App : Application() {
super.onCreate()
instance = this

initSharePrefs()
initAppHelper()
initSharePrefs()
initCrashlytics()
initStetho()
initConnectionHelper()
Expand Down

0 comments on commit ae8a17e

Please sign in to comment.