Browse Source

增加socket操作代码

dart3_last
fff 1 month ago
parent
commit
0c6c1027d8
  1. 2
      android/app/build.gradle
  2. 1
      android/build.gradle
  3. 338
      pubspec.lock

2
android/app/build.gradle

@ -90,7 +90,7 @@ def mfph = [
] ]
android { android {
compileSdkVersion 33 compileSdkVersion 34
sourceSets { sourceSets {
main.java.srcDirs += 'src/main/kotlin' main.java.srcDirs += 'src/main/kotlin'

1
android/build.gradle

@ -18,7 +18,6 @@ buildscript {
allowInsecureProtocol = true allowInsecureProtocol = true
url "http://mvn.mob.com/android" url "http://mvn.mob.com/android"
} }
maven { url 'https://developer.huawei.com/repo/' }
} }
dependencies { dependencies {

338
pubspec.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save