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 6b1f6bf commit d125819Copy full SHA for d125819
app/build.gradle
@@ -60,11 +60,11 @@ android {
60
}
61
62
63
- /* TODO: remove once release version of N sdk is released */
+ /* TODO: Remove once release version of N SDK is released. */
64
applicationVariants.all { variant ->
65
variant.outputs.each { output ->
66
output.processManifest.doLast {
67
- // minSdkVersion and targetSdkVersion are overridden if we build against preview
+ // minSdkVersion and targetSdkVersion are overrided if we build against preview
68
// SDK, let us override them again here.
69
minSdkVersion = variant.getMergedFlavor().minSdkVersion.getApiString();
70
targetSdkVersion = variant.getMergedFlavor().targetSdkVersion.getApiString();
0 commit comments