SHA256
init
This commit is contained in:
Generated
+1
-2
@@ -3,7 +3,6 @@
|
|||||||
<component name="ProjectModuleManager">
|
<component name="ProjectModuleManager">
|
||||||
<modules>
|
<modules>
|
||||||
<module fileurl="file://$PROJECT_DIR$/ttx_page_admin.iml" filepath="$PROJECT_DIR$/ttx_page_admin.iml" />
|
<module fileurl="file://$PROJECT_DIR$/ttx_page_admin.iml" filepath="$PROJECT_DIR$/ttx_page_admin.iml" />
|
||||||
<module fileurl="file://$PROJECT_DIR$/android/ttx_page_admin_android.iml" filepath="$PROJECT_DIR$/android/ttx_page_admin_android.iml" />
|
|
||||||
</modules>
|
</modules>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
Generated
-6
@@ -1,6 +0,0 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
|
||||||
<configuration default="false" name="main.dart" type="FlutterRunConfigurationType" factoryName="Flutter">
|
|
||||||
<option name="filePath" value="$PROJECT_DIR$/lib/main.dart" />
|
|
||||||
<method />
|
|
||||||
</configuration>
|
|
||||||
</component>
|
|
||||||
@@ -1,2 +1,3 @@
|
|||||||
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
|
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
|
||||||
|
org.gradle.configuration-cache=false
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
|
|||||||
+2
-1
@@ -1,5 +1,6 @@
|
|||||||
|
#Sat May 16 11:43:59 CST 2026
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
|
distributionUrl=https\://mirrors.aliyun.com/gradle/distributions/v9.5.0/gradle-9.5.0-all.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-all.zip
|
|
||||||
|
|||||||
@@ -15,9 +15,7 @@ pluginManagement {
|
|||||||
maven("https://maven.aliyun.com/repository/public")
|
maven("https://maven.aliyun.com/repository/public")
|
||||||
maven("https://maven.aliyun.com/repository/google")
|
maven("https://maven.aliyun.com/repository/google")
|
||||||
maven("https://maven.aliyun.com/repository/central")
|
maven("https://maven.aliyun.com/repository/central")
|
||||||
google()
|
maven("https://repo.huaweicloud.com/repository/maven/")
|
||||||
mavenCentral()
|
|
||||||
gradlePluginPortal()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -27,9 +25,8 @@ dependencyResolutionManagement {
|
|||||||
maven("https://maven.aliyun.com/repository/public")
|
maven("https://maven.aliyun.com/repository/public")
|
||||||
maven("https://maven.aliyun.com/repository/google")
|
maven("https://maven.aliyun.com/repository/google")
|
||||||
maven("https://maven.aliyun.com/repository/central")
|
maven("https://maven.aliyun.com/repository/central")
|
||||||
google()
|
maven("https://repo.huaweicloud.com/repository/maven/")
|
||||||
mavenCentral()
|
val storageUrl: String = System.getenv("FLUTTER_STORAGE_BASE_URL") ?: "https://storage.flutter-io.cn"
|
||||||
val storageUrl: String = System.getenv("FLUTTER_STORAGE_BASE_URL") ?: "https://storage.googleapis.com"
|
|
||||||
maven("$storageUrl/download.flutter.io")
|
maven("$storageUrl/download.flutter.io")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user