Skip to content

Commit ec2fe55

Browse files
committed
Add flavour experiment microbitfoundation
1 parent fdfe6ce commit ec2fe55

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,16 @@ android {
2424
signingConfig signingConfigs.release
2525
}
2626
}
27+
flavorDimensions = ["experiments"]
2728
productFlavors {
29+
microbitfoundation {
30+
dimension "experiments"
31+
applicationId "com.microbitfoundation.microbit"
32+
minSdkVersion 21
33+
targetSdk 34
34+
// When target SDK version is 30+,
35+
// requestLegacyExternalStorage will continue to work for 29 Android 10
36+
}
2837
}
2938
namespace 'com.samsung.microbit'
3039
lint {

0 commit comments

Comments
 (0)