File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ apply plugin: 'com.android.application'
29
29
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
30
30
31
31
android {
32
- compileSdkVersion 28
32
+ compileSdkVersion 33
33
33
34
34
lintOptions {
35
35
disable ' InvalidPackage'
@@ -39,7 +39,7 @@ android {
39
39
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
40
40
applicationId " com.onesignal.onesignalexample"
41
41
minSdkVersion 16
42
- targetSdkVersion 28
42
+ targetSdkVersion 33
43
43
versionCode 1
44
44
versionName " 1.0"
45
45
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 23
23
android : icon =" @mipmap/ic_launcher" >
24
24
<activity
25
25
android : name =" .MainActivity"
26
+ android : exported =" true"
26
27
android : launchMode =" singleTop"
27
28
android : theme =" @style/LaunchTheme"
28
29
android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density"
You can’t perform that action at this time.
0 commit comments