Skip to content

Commit 3905d12

Browse files
committed
Update Android SDK
1 parent 68aad8e commit 3905d12

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ def keyStorePassword = System.getenv('KEYSTORE_PASSWORD')
77
def keyAvailable = !!keyStorePassword
88

99
android {
10-
compileSdkVersion 30
10+
compileSdkVersion 33
1111
buildToolsVersion "30.0.2"
1212

1313
defaultConfig {
1414
applicationId "tech.httptoolkit.pinning_demo"
1515
minSdkVersion 24
16-
targetSdkVersion 30
16+
targetSdkVersion 33
1717
versionCode 5
1818
versionName "1.3.0"
1919

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
android:roundIcon="@mipmap/ic_launcher_round"
1414
android:supportsRtl="true"
1515
android:theme="@style/Theme.MyApplication">
16-
<activity android:name=".MainActivity">
16+
<activity
17+
android:name=".MainActivity"
18+
android:exported="true">
1719
<intent-filter>
1820
<action android:name="android.intent.action.MAIN" />
19-
2021
<category android:name="android.intent.category.LAUNCHER" />
2122
</intent-filter>
2223
</activity>

0 commit comments

Comments
 (0)