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