chinwag-android/app
Peter Cai a498292c64
TuskyApplication: call super.onCreate()
Although for now it makes no difference calling super.onCreate or not
(the method Application.onCreate() is empty), it is denoted with
@CallSuper and might cause errors in some IDE if it is not called.
2017-05-01 14:02:32 +08:00
..
src TuskyApplication: call super.onCreate() 2017-05-01 14:02:32 +08:00
.gitignore google-services.json is back. Hope it makes contributors' time easier. 2017-04-09 23:29:54 -04:00
build.gradle Organizes libraries and removes a flavor-specific import (possibly unnecessary?). 2017-04-28 16:41:44 -04:00
google-services.json google-services.json is back. Hope it makes contributors' time easier. 2017-04-09 23:29:54 -04:00
proguard-rules.pro added proguard config 2017-04-08 00:08:51 +02:00