Downloading songs in the background is now in effect!

This commit is contained in:
kdeng00
2020-01-11 17:39:21 -05:00
parent c893a38192
commit 92b6a79a78
7 changed files with 77 additions and 87 deletions
+3
View File
@@ -38,6 +38,9 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8.toString()
}
externalNativeBuild {
cmake {
path "src/main/cpp/CMakeLists.txt"