@@ -3,9 +3,9 @@ import java.util.Properties
33import java.io.FileInputStream
44
55plugins {
6- id( " com. android.application" )
7- id( " com.google.gms. google- services" )
8- id( " kotlin- android" )
6+ alias(libs.plugins. android.application)
7+ alias(libs.plugins. google. services)
8+ alias(libs.plugins. kotlin. android)
99 id(" dev.flutter.flutter-gradle-plugin" )
1010}
1111
@@ -18,11 +18,10 @@ android {
1818 namespace = " com.bookifysoftware.bookify"
1919 compileSdk = 36
2020 compileSdkMinor = 1
21- buildToolsVersion = " 36.1.0"
2221 ndkVersion = " 29.0.14206865"
23-
22+
2423 testOptions {
25- execution = " ANDROIDX_TEST_ORCHESTRATOR"
24+ execution = " ANDROIDX_TEST_ORCHESTRATOR"
2625 }
2726
2827 compileOptions {
@@ -49,10 +48,10 @@ android {
4948 }
5049
5150 dependencies {
52- coreLibraryDesugaring(" com .android.tools:desugar_jdk_libs:2.1.5 " )
53- implementation(" androidx.window:window:1.5.1 " )
54- implementation(" androidx.window:window-java:1.5.1 " )
55- androidTestUtil(" androidx.test:orchestrator:1.6.1 " )
51+ coreLibraryDesugaring(libs .android.desugar.jdk.libs )
52+ implementation(libs. androidx.window)
53+ implementation(libs. androidx.window.java )
54+ androidTestUtil(libs. androidx.test.orchestrator )
5655 }
5756
5857 signingConfigs {
@@ -74,8 +73,6 @@ android {
7473 signingConfig = signingConfigs.getByName(" config" )
7574 }
7675 }
77-
78-
7976}
8077
8178flutter {
0 commit comments