mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2025-01-29 20:34:55 +01:00
disable trial variant
This commit is contained in:
parent
0afa5fd2d8
commit
0783f78cc2
1 changed files with 7 additions and 6 deletions
|
@ -86,12 +86,13 @@ android {
|
|||
dimension "version"
|
||||
buildConfigField "boolean", "IS_TRIAL", "false"
|
||||
}
|
||||
trial {
|
||||
manifestPlaceholders += [app_name: "LLAppTrial"]
|
||||
applicationId "net.pierrox.lightning_launcher"
|
||||
dimension "version"
|
||||
buildConfigField "boolean", "IS_TRIAL", "true"
|
||||
}
|
||||
// trial debug app fails to build, disabled until fixed (or deleted)
|
||||
// trial {
|
||||
// manifestPlaceholders += [app_name: "LLAppTrial"]
|
||||
// applicationId "net.pierrox.lightning_launcher"
|
||||
// dimension "version"
|
||||
// buildConfigField "boolean", "IS_TRIAL", "true"
|
||||
// }
|
||||
|
||||
x86 {
|
||||
dimension "abi"
|
||||
|
|
Loading…
Add table
Reference in a new issue