mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-08 18:28:53 +01:00
Start using build flavors
This commit is contained in:
parent
92e58daa9b
commit
7ad1f2fcf1
2 changed files with 8 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -42,6 +42,4 @@ app.*.symbols
|
||||||
app.*.map.json
|
app.*.map.json
|
||||||
|
|
||||||
# Android Studio will place build artifacts here
|
# Android Studio will place build artifacts here
|
||||||
/android/app/debug
|
/android/app/free*
|
||||||
/android/app/profile
|
|
||||||
/android/app/release
|
|
||||||
|
|
|
@ -52,6 +52,13 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
flavorDimensions "version"
|
||||||
|
productFlavors {
|
||||||
|
free {
|
||||||
|
dimension "version"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
splits {
|
splits {
|
||||||
abi {
|
abi {
|
||||||
enable true
|
enable true
|
||||||
|
|
Loading…
Reference in a new issue