We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfe6ce commit ec2fe55Copy full SHA for ec2fe55
app/build.gradle
@@ -24,7 +24,16 @@ android {
24
signingConfig signingConfigs.release
25
}
26
27
+ flavorDimensions = ["experiments"]
28
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
+ }
37
38
namespace 'com.samsung.microbit'
39
lint {
0 commit comments