added the fastlane changelog for version 14
This commit is contained in:
parent
98b3adbf3b
commit
ea70aedbd0
@ -195,7 +195,7 @@ class MainActivity : AppCompatActivity(), NavigationView.OnNavigationItemSelecte
|
||||
if (Aesthetic.isFirstTime) {
|
||||
// this is executed on the first app start, use this to show tutorial etc.
|
||||
Aesthetic.config {
|
||||
activityTheme(R.style.AppTheme)
|
||||
activityTheme(R.style.AppTheme_Light)
|
||||
colorPrimary(Color.BLACK)
|
||||
colorPrimaryDark(Color.BLACK)
|
||||
colorAccent(Color.parseColor("#3f51b5"))
|
||||
|
5
fastlane/metadata/android/en-US/chnagelogs/14.txt
Normal file
5
fastlane/metadata/android/en-US/chnagelogs/14.txt
Normal file
@ -0,0 +1,5 @@
|
||||
This release 0.5.0 is called "artistical Apollon".
|
||||
|
||||
* new: it's now possible to choos a theme (light, dark or balck)
|
||||
* change: updated some libs, updated kotlin to 1.3.40
|
||||
* fix: the mensa should now show the correct meals on sunday/monday
|
Loading…
Reference in New Issue
Block a user