File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ def keyStorePassword = System.getenv('KEYSTORE_PASSWORD')
7
7
def keyAvailable = !! keyStorePassword
8
8
9
9
android {
10
- compileSdkVersion 30
10
+ compileSdkVersion 33
11
11
buildToolsVersion " 30.0.2"
12
12
13
13
defaultConfig {
14
14
applicationId " tech.httptoolkit.pinning_demo"
15
15
minSdkVersion 24
16
- targetSdkVersion 30
16
+ targetSdkVersion 33
17
17
versionCode 5
18
18
versionName " 1.3.0"
19
19
Original file line number Diff line number Diff line change 13
13
android : roundIcon =" @mipmap/ic_launcher_round"
14
14
android : supportsRtl =" true"
15
15
android : theme =" @style/Theme.MyApplication" >
16
- <activity android : name =" .MainActivity" >
16
+ <activity
17
+ android : name =" .MainActivity"
18
+ android : exported =" true" >
17
19
<intent-filter >
18
20
<action android : name =" android.intent.action.MAIN" />
19
-
20
21
<category android : name =" android.intent.category.LAUNCHER" />
21
22
</intent-filter >
22
23
</activity >
You can’t perform that action at this time.
0 commit comments