1.迁移到AndroidX

2.修改支持无限循环滑动
This commit is contained in:
leafwai
2022-02-17 15:40:13 +08:00
parent 334e6d26bd
commit 046e67bf78
17 changed files with 159 additions and 153 deletions

View File

@@ -6,6 +6,8 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit