diff --git a/app/build.gradle b/app/build.gradle index dedd1ad..d378a71 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ec4fc78..9b263c5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -13,10 +13,11 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.MyApplication"> - + -