SHA256
init
This commit is contained in:
Generated
-1
@@ -3,7 +3,6 @@
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<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>
|
||||
</component>
|
||||
</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.configuration-cache=false
|
||||
android.useAndroidX=true
|
||||
|
||||
+2
-1
@@ -1,5 +1,6 @@
|
||||
#Sat May 16 11:43:59 CST 2026
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://mirrors.aliyun.com/gradle/distributions/v9.5.0/gradle-9.5.0-all.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
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/google")
|
||||
maven("https://maven.aliyun.com/repository/central")
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven("https://repo.huaweicloud.com/repository/maven/")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,9 +25,8 @@ dependencyResolutionManagement {
|
||||
maven("https://maven.aliyun.com/repository/public")
|
||||
maven("https://maven.aliyun.com/repository/google")
|
||||
maven("https://maven.aliyun.com/repository/central")
|
||||
google()
|
||||
mavenCentral()
|
||||
val storageUrl: String = System.getenv("FLUTTER_STORAGE_BASE_URL") ?: "https://storage.googleapis.com"
|
||||
maven("https://repo.huaweicloud.com/repository/maven/")
|
||||
val storageUrl: String = System.getenv("FLUTTER_STORAGE_BASE_URL") ?: "https://storage.flutter-io.cn"
|
||||
maven("$storageUrl/download.flutter.io")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user