AndroidBase
AndroidBase copied to clipboard
Android project template for Gradle Kotlin DSL + 100% Kotlin + Base module + Extensions = ❤️
While building app with Proguard, it raises the NPE. ``` 2020-12-02T14:04:34.397+0800 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Caused by: java.lang.NullPointerException 2020-12-02T14:04:34.398+0800 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at proguard.classfile.ProgramClass.constantPoolEntryAccept(ProgramClass.java:537) 2020-12-02T14:04:34.398+0800 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at proguard.shrink.UsageMarker.markConstant(UsageMarker.java:1246) 2020-12-02T14:04:34.398+0800 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at...
## Goals Upgrade RxJava 2 to 3. We will not upgrade until we migrate from Paging 2 to 3.
## Goals * String -> Date * String -> Calendar * Date -> String (providing common format) * Calendar -> String (providing common format)
Hello, Thanks for this great repository! I was just wondering if we can see the hints when there is a newer version of the library comes out? or we can...