diff --git a/android/app/build.gradle b/android/app/build.gradle index 173eb8ee1..40936e57a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -49,7 +49,7 @@ android { defaultConfig { applicationId "ca.etsmtl.applets.etsmobile" minSdkVersion 20 - targetSdkVersion 31 + targetSdkVersion 33 versionCode flutterVersionCode.toInteger() versionName flutterVersionName multiDexEnabled true diff --git a/ios/Gemfile.lock b/ios/Gemfile.lock index a823eb34b..3e8b23765 100644 --- a/ios/Gemfile.lock +++ b/ios/Gemfile.lock @@ -211,6 +211,7 @@ GEM PLATFORMS universal-darwin-22 x86_64-darwin-19 + x86_64-darwin-20 DEPENDENCIES fastlane diff --git a/pubspec.yaml b/pubspec.yaml index 8d2398ac3..ab708fcf4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: The 4th generation of ÉTSMobile, the main gateway between the Éco # pub.dev using `pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 4.25.1+1 +version: 4.25.2+1 environment: sdk: ">=2.10.0 <3.0.0"