Skip to content

Commit

Permalink
Update Android SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Sep 15, 2023
1 parent 6348905 commit 2e97868
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ def keyStorePassword = System.getenv('KEYSTORE_PASSWORD')
def keyAvailable = !!keyStorePassword

android {
compileSdkVersion 30
compileSdkVersion 33
buildToolsVersion "30.0.2"

defaultConfig {
applicationId "tech.httptoolkit.pinning_demo"
minSdkVersion 24
targetSdkVersion 30
targetSdkVersion 33
versionCode 5
versionName "1.3.0"

Expand Down
5 changes: 3 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.MyApplication">
<activity android:name=".MainActivity">
<activity
android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
Expand Down

0 comments on commit 2e97868

Please sign in to comment.