File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ $$ADD_APPLICATION_CHUNKS$$
36
36
37
37
$$ADD_PERMISSION_CHUNKS$$
38
38
39
- <uses-sdk android : minSdkVersion =" 18" android : targetSdkVersion =" 27 " />
39
+ <uses-sdk android : minSdkVersion =" 18" android : targetSdkVersion =" 28 " />
40
40
41
41
</manifest >
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ gradle_asset_dirs_text = ""
105
105
gradle_default_config_text = ""
106
106
107
107
minSdk = 18
108
- targetSdk = 27
108
+ targetSdk = 28
109
109
110
110
for x in env .android_default_config :
111
111
if x .startswith ("minSdkVersion" ) and int (x .split (" " )[- 1 ]) < minSdk :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ android {
31
31
disable 'MissingTranslation'
32
32
}
33
33
34
- compileSdkVersion 27
34
+ compileSdkVersion 28
35
35
buildToolsVersion "28.0.3"
36
36
useLibrary 'org.apache.http.legacy'
37
37
You can’t perform that action at this time.
0 commit comments