fix: commit forgotten files

This commit is contained in:
Patryk Hegenberg 2026-02-18 08:45:58 +01:00
parent fe6a1c6ee0
commit e57da88272
4 changed files with 48 additions and 1 deletions

View file

@ -11,6 +11,7 @@ android {
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
isCoreLibraryDesugaringEnabled = true
}
kotlinOptions {
@ -38,4 +39,5 @@ flutter {
dependencies {
implementation("androidx.core:core-ktx:1.12.0")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4")
}