mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 00:20:57 +02:00
Refactor AndroidManifest.
Playstore flavor is now removed. Instead, another "record" flavor added: * `embedNoRecord` - Embed version without recording support. * `embedRecord` - Embed version with recording support. * `normalNoRecord` - Normal version without recording support. * `normalRecord` - Normal version with recording support.
This commit is contained in:
@@ -5,6 +5,11 @@ allprojects {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
gradle.projectsEvaluated {
|
||||
tasks.withType(JavaCompile) {
|
||||
options.compilerArgs << "-Xlint:deprecation"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
buildscript {
|
||||
|
||||
Reference in New Issue
Block a user