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:
Miku AuahDark
2021-12-05 11:44:47 +08:00
parent a3fc057064
commit c9831be4a4
8 changed files with 105 additions and 123 deletions
+5
View File
@@ -5,6 +5,11 @@ allprojects {
google()
mavenCentral()
}
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:deprecation"
}
}
}
buildscript {