Update target and compile SDK to 36 (#5229)

This commit is contained in:
Patrick Honkonen
2025-05-21 11:01:59 -04:00
committed by GitHub
parent 3ea17eb71c
commit 178625222a
3 changed files with 4 additions and 2 deletions

View File

@@ -42,6 +42,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/LaunchTheme"
android:intentMatchingFlags="enforceIntentFilter"
tools:replace="appComponentFactory"
tools:targetApi="33">
<activity

View File

@@ -24,6 +24,7 @@
android:supportsRtl="true"
android:taskAffinity=""
android:theme="@style/LaunchTheme"
android:intentMatchingFlags="enforceIntentFilter"
tools:targetApi="31">
<activity
android:name="com.bitwarden.authenticator.MainActivity"

View File

@@ -2,8 +2,8 @@
[versions]
# SDK Versions
compileSdk = "35"
targetSdk = "35"
compileSdk = "36"
targetSdk = "36"
minSdk = "29"
minSdkBwa = "28"