From ab0250287b72ebf904bc5c97f4c9d783b6c38af7 Mon Sep 17 00:00:00 2001 From: w8385 Date: Thu, 10 Oct 2024 18:08:35 +0900 Subject: [PATCH] v2.1.0+77 --- android/app/build.gradle | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 356bfa3..15b6b3e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -53,7 +53,7 @@ android { defaultConfig { applicationId "com.w8385.my_solved" minSdkVersion flutter.minSdkVersion - targetSdkVersion flutter.targetSdkVersion + targetSdkVersion 34 multiDexEnabled true versionCode flutterVersionCode.toInteger() versionName flutterVersionName diff --git a/pubspec.yaml b/pubspec.yaml index 933a38e..c43a7b4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: For solving problems in the world of programming; base on solved.ac publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: 2.1.0+76 +version: 2.1.0+78 environment: sdk: ">=2.18.2 <3.0.0"