mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 12:45:45 -04:00
Android: Include data files in APK
This commit is contained in:
@ -35,6 +35,9 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
sourceSets {
|
||||||
|
main.assets.srcDirs += "../../data"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Reference in New Issue
Block a user