Install DanmakuFlameMaster via Gradle
masterTo include DanmakuFlameMaster in your Android project using Gradle, add the jcenter() repository and the following dependencies. Note that ndkbitmap-armv7a is required, while other ABIs are optional depending on your target architecture.
repositories {
jcenter()
}
dependencies {
compile 'com.github.ctiao:DanmakuFlameMaster:0.9.25'
compile 'com.github.ctiao:ndkbitmap-armv7a:0.9.21'
# Other ABIs: optional
compile 'com.github.ctiao:ndkbitmap-armv5:0.9.21'
compile 'com.github.ctiao:ndkbitmap-x86:0.9.21'
}