Skip to content

Commit

Permalink
Rekado 2.6.1 [36]
Browse files Browse the repository at this point in the history
- One more fix for crash at start
  • Loading branch information
MenosGrante committed Mar 1, 2019
1 parent f569f44 commit a3bdabe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
applicationId "com.pavelrekun.rekado"
minSdkVersion minimumSDKVersion
targetSdkVersion currentSDKVersion
versionCode 35
versionCode 36
versionName "2.6.1"
}

Expand Down
Binary file modified app/libs/siga.aar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class RekadoApplication : Application() {
}

private fun configureThemeEngine() {
val defaultSetup = Siga.defaults().theme(Theme.DARK_DEFAULT).accentColor(AccentColor.LIGHT_BLUE_500)
val defaultSetup = Siga.createDefaults().theme(Theme.DARK_DEFAULT).accentColor(AccentColor.LIGHT_BLUE_500)
Siga.init(this, defaultSetup)
}

Expand Down

0 comments on commit a3bdabe

Please sign in to comment.