Commit 36ac8d24 authored by DatHV's avatar DatHV
Browse files

cập nhật build os

parent 873fba2d
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#FFFFFF</color>
</resources>
{
"name":"stg",
"baseUrl":"https://api.sandbox.mypoint.com.vn/8854/gup2start/rest",
"t3Token":"stg-xxx",
"enableLogging":true
}
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#E0E0E0</color>
</resources>
...@@ -16,6 +16,20 @@ subprojects { ...@@ -16,6 +16,20 @@ subprojects {
project.evaluationDependsOn(":app") project.evaluationDependsOn(":app")
} }
//subprojects {
// plugins.withId("org.jetbrains.kotlin.android") {
// extensions.configure<org.jetbrains.kotlin.gradle.dsl.KotlinAndroidProjectExtension> {
// jvmToolchain(17)
// }
// }
//}
tasks.register<Delete>("clean") { tasks.register<Delete>("clean") {
delete(rootProject.layout.buildDirectory) delete(rootProject.layout.buildDirectory)
} }
plugins {
id("com.android.application") version "8.7.0" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
}
\ No newline at end of file
...@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip distributionUrl=file:///Users/dathv/Documents/Git/flutter_app_mypoint/gradle-8.9-all.zip
\ No newline at end of file
...@@ -19,7 +19,8 @@ pluginManagement { ...@@ -19,7 +19,8 @@ pluginManagement {
plugins { plugins {
id("dev.flutter.flutter-plugin-loader") version "1.0.0" id("dev.flutter.flutter-plugin-loader") version "1.0.0"
id("com.android.application") version "8.7.0" apply false id("com.android.application") version "8.7.0" apply false
id("org.jetbrains.kotlin.android") version "1.8.22" apply false id("com.google.gms.google-services") version "4.4.2" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
} }
include(":app") include(":app")
\ No newline at end of file
{
"name":"pro",
"baseUrl":"https://api.mypoint.com.vn/8854/gup2start/rest",
"t3Token":"xxx",
"enableLogging":false
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment