Skip to content

Commit 14f9a2d

Browse files
Arthur-Milchiormikehardy
authored andcommitted
NF: set "play" variant as default
This will ensure that new contributors can run androidTest on emulators without having to change the variant. Syntax found on https://stackoverflow.com/posts/60197203/revisions Tested by using the "Re-import with defaults" button in the variant setting.
1 parent 25d8511 commit 14f9a2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AnkiDroid/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ android {
179179
flavorDimensions += "appStore"
180180
productFlavors {
181181
create('play') {
182+
getIsDefault().set(true)
182183
dimension "appStore"
183184
}
184185
create('amazon') {

0 commit comments

Comments
 (0)