This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

1#Gradle 2org.gradle.jvmargs=-Xmx4G 3org.gradle.caching=true 4org.gradle.configuration-cache=true 5org.gradle.daemon=true 6org.gradle.parallel=true 7#Kotlin 8kotlin.code.style=official 9kotlin.daemon.jvmargs=-Xmx4G 10#Android 11android.useAndroidX=true 12android.nonTransitiveRClass=true 13android.enableJetifier=true