mirror of
https://github.com/bitwarden/android.git
synced 2026-04-27 03:18:30 -05:00
Update target and compile SDK to 36 (#5229)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
[versions]
|
||||
|
||||
# SDK Versions
|
||||
compileSdk = "35"
|
||||
targetSdk = "35"
|
||||
compileSdk = "36"
|
||||
targetSdk = "36"
|
||||
minSdk = "29"
|
||||
minSdkBwa = "28"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user