diff --git a/AnimeGo/android/app/build.gradle b/AnimeGo/android/app/build.gradle index 70cffa7..b3b9968 100644 --- a/AnimeGo/android/app/build.gradle +++ b/AnimeGo/android/app/build.gradle @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 29 + compileSdkVersion 30 sourceSets { main.java.srcDirs += 'src/main/kotlin' @@ -40,7 +40,7 @@ android { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.yihengquan.gogoanime" minSdkVersion 16 - targetSdkVersion 29 + targetSdkVersion 30 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/AnimeGo/pubspec.lock b/AnimeGo/pubspec.lock index eeab315..e0b1016 100644 --- a/AnimeGo/pubspec.lock +++ b/AnimeGo/pubspec.lock @@ -8,6 +8,20 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.3.7+2" + archive: + dependency: transitive + description: + name: archive + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.13" + args: + dependency: transitive + description: + name: args + url: "https://pub.dartlang.org" + source: hosted + version: "1.6.0" async: dependency: transitive description: @@ -22,34 +36,34 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.0" - characters: + charcode: dependency: transitive description: - name: characters + name: charcode url: "https://pub.dartlang.org" source: hosted - version: "1.0.0" - charcode: + version: "1.1.3" + collection: dependency: transitive description: - name: charcode + name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.1.3" - clock: + version: "1.14.12" + convert: dependency: transitive description: - name: clock + name: convert url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" - collection: + version: "2.1.1" + crypto: dependency: transitive description: - name: collection + name: crypto url: "https://pub.dartlang.org" source: hosted - version: "1.14.12" + version: "2.1.4" csslib: dependency: transitive description: @@ -64,13 +78,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.1.3" - fake_async: - dependency: transitive - description: - name: fake_async - url: "https://pub.dartlang.org" - source: hosted - version: "1.1.0" flutter: dependency: "direct main" description: flutter @@ -114,6 +121,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "3.1.4" + image: + dependency: transitive + description: + name: image + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.12" matcher: dependency: transitive description: @@ -134,7 +148,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.6.4" pedantic: dependency: transitive description: @@ -142,6 +156,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.9.0" + petitparser: + dependency: transitive + description: + name: petitparser + url: "https://pub.dartlang.org" + source: hosted + version: "2.4.0" platform: dependency: transitive description: @@ -170,6 +191,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.4.4" + quiver: + dependency: transitive + description: + name: quiver + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.3" shared_preferences: dependency: "direct main" description: @@ -244,7 +272,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.16" + version: "0.2.15" typed_data: dependency: transitive description: @@ -287,6 +315,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.8" + xml: + dependency: transitive + description: + name: xml + url: "https://pub.dartlang.org" + source: hosted + version: "3.6.1" sdks: - dart: ">=2.9.0-14.0.dev <3.0.0" + dart: ">=2.6.0 <3.0.0" flutter: ">=1.12.13+hotfix.5 <2.0.0"