1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Revert min SDK version to 21, we'll trust the version checks in place

This commit is contained in:
Jorge Martín
2025-09-12 16:42:29 +02:00
parent 1b2171bc3e
commit 01af1e6daa
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
ext.versions = [ ext.versions = [
'minSdk' : 26, 'minSdk' : 21,
'compileSdk' : 35, 'compileSdk' : 35,
'targetSdk' : 35, 'targetSdk' : 35,
'sourceCompat' : JavaVersion.VERSION_21, 'sourceCompat' : JavaVersion.VERSION_21,

View File

@@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"> xmlns:tools="http://schemas.android.com/tools">
<uses-sdk tools:overrideLibrary="com.sayem.keepawake,com.splashview,com.facebook.react,com.facebook.hermes" />
<application <application
android:name="im.vector.app.VectorApplication" android:name="im.vector.app.VectorApplication"
android:allowBackup="false" android:allowBackup="false"