build: updates (#85)

This commit is contained in:
Patryk Miś
2023-08-26 16:03:44 +02:00
committed by oSumAtrIX
parent 384fb19ddf
commit d4ee3334e0
6 changed files with 11 additions and 12 deletions

View File

@ -67,7 +67,7 @@ android {
buildFeatures.compose = true
composeOptions.kotlinCompilerExtensionVersion = "1.4.8"
composeOptions.kotlinCompilerExtensionVersion = "1.5.1"
}
kotlin {

View File

@ -26,7 +26,6 @@
android:name=".ManagerApplication"
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:extractNativeLibs="true"
android:largeHeap="true"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"