Skip to content

Commit

Permalink
Hotfix/update target sdk (#841)
Browse files Browse the repository at this point in the history
* Update targetSDK

* fix gem lock file

* Update version
  • Loading branch information
XavierPaquet-Rapold authored Sep 11, 2023
1 parent 3978d89 commit 94860df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
defaultConfig {
applicationId "ca.etsmtl.applets.etsmobile"
minSdkVersion 20
targetSdkVersion 31
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
Expand Down
1 change: 1 addition & 0 deletions ios/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ GEM
PLATFORMS
universal-darwin-22
x86_64-darwin-19
x86_64-darwin-20

DEPENDENCIES
fastlane
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 94860df

Please sign in to comment.