AndroidBase icon indicating copy to clipboard operation
AndroidBase copied to clipboard

Android project template for Gradle Kotlin DSL + 100% Kotlin + Base module + Extensions = ❤️

Results 4 AndroidBase issues
Sort by recently updated
recently updated
newest added

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...

bug

## Goals Upgrade RxJava 2 to 3. We will not upgrade until we migrate from Paging 2 to 3.

enhancement

## Goals * String -> Date * String -> Calendar * Date -> String (providing common format) * Calendar -> String (providing common format)

features

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...

help wanted