Downloading video without sound is now available. Minor bugs fixed.

This commit is contained in:
Alex Ning
2019-12-01 20:05:27 +08:00
parent c8d9269efa
commit 3d93cb37b9
12 changed files with 127 additions and 56 deletions

View File

@@ -11,7 +11,7 @@
# The setting is particularly useful for tweaking memory settings.
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m
org.gradle.jvmargs=-Xmx2048m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit