File tree 4 files changed +4
-4
lines changed
src/tools/android/java/com/google/devtools/build/android/r8
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ public static class Options extends OptionsBase {
313
313
314
314
@ Option (
315
315
name = "min-sdk-version" ,
316
- defaultValue = "13 " , // Same as Constants.MIN_API_LEVEL.
316
+ defaultValue = "19 " , // Same as Constants.MIN_API_LEVEL.
317
317
documentationCategory = OptionDocumentationCategory .UNCATEGORIZED ,
318
318
effectTags = {OptionEffectTag .UNKNOWN },
319
319
allowMultiple = false ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class Constants {
18
18
// When changing this also change the defaultValue for min-sdk-version in CompatDx.java,
19
19
// CoreLibraryDesugaring and Desugar.java. The defaultValue for annotation parameters must be
20
20
// compile time constants, and a "public final String" value is rejected.
21
- public static final int MIN_API_LEVEL = 13 ;
21
+ public static final int MIN_API_LEVEL = 19 ;
22
22
23
23
private Constants () {}
24
24
}
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ public static class DesugarOptions extends OptionsBase {
100
100
101
101
@ Option (
102
102
name = "min_sdk_version" ,
103
- defaultValue = "13 " , // Same as Constants.MIN_API_LEVEL.
103
+ defaultValue = "19 " , // Same as Constants.MIN_API_LEVEL.
104
104
category = "misc" ,
105
105
documentationCategory = OptionDocumentationCategory .UNCATEGORIZED ,
106
106
effectTags = {OptionEffectTag .UNKNOWN },
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ public static class DesugarOptions extends OptionsBase {
158
158
159
159
@ Option (
160
160
name = "min_sdk_version" ,
161
- defaultValue = "13 " , // Same as Constants.MIN_API_LEVEL.
161
+ defaultValue = "19 " , // Same as Constants.MIN_API_LEVEL.
162
162
category = "misc" ,
163
163
documentationCategory = OptionDocumentationCategory .UNCATEGORIZED ,
164
164
effectTags = {OptionEffectTag .UNKNOWN },
You can’t perform that action at this time.
0 commit comments