File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ apply plugin: 'com.android.application'
3
3
apply plugin : ' instabug-apm'
4
4
5
5
android {
6
- compileSdkVersion 30
6
+ compileSdkVersion 32
7
7
8
8
defaultConfig {
9
9
applicationId " com.example.instabug"
10
10
minSdkVersion 15
11
- targetSdkVersion 30
11
+ targetSdkVersion 32
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
multiDexEnabled true
Original file line number Diff line number Diff line change 29
29
30
30
<activity
31
31
android : name =" .ui.activities.MainActivity"
32
+ android : exported =" true"
32
33
android : label =" @string/app_name"
33
34
android : theme =" @style/AppTheme.NoActionBar" >
34
35
<intent-filter >
35
36
<action android : name =" android.intent.action.MAIN" />
36
37
<category android : name =" android.intent.category.LAUNCHER" />
37
38
</intent-filter >
38
39
</activity >
39
- <activity android : name =" .ui.activities.SettingsActivity"
40
- android : theme =" @style/AppTheme.NoActionBar" />
40
+ <activity
41
+ android : name =" .ui.activities.SettingsActivity"
42
+ android : theme =" @style/AppTheme.NoActionBar" />
41
43
42
44
<meta-data
43
45
android : name =" com.google.android.gms.version"
61
63
<action android : name =" com.google.android.gms.iid.InstanceID" />
62
64
</intent-filter >
63
65
</service >
64
- <service android : name =" com.example.instabug.fcm.RegistrationIntentService" />
66
+ <service android : name =" com.example.instabug.fcm.RegistrationIntentService" />
65
67
</application >
66
68
</manifest >
You can’t perform that action at this time.
0 commit comments