Skip to content

Commit

Permalink
Release/1.5.0 (#219)
Browse files Browse the repository at this point in the history
* Change version + Upgrade pubspec version

* Increase the minSdkVersion

* Pod repo update

* Upgrade podfile package version

* Revert "Change version + Upgrade pubspec version"

This reverts commit aafcbaa.

* Revert "Pod repo update"

This reverts commit 5b8f960.

* Revert "Upgrade podfile package version"

This reverts commit 4b427ff.

* Increase version number
  • Loading branch information
ntut-xuan authored Feb 4, 2024
1 parent 36340c1 commit f7bb3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -50,7 +50,7 @@ android {

defaultConfig {
applicationId "club.ntut.npc.tat"
minSdkVersion 23
minSdkVersion 24
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: NTUT Life TAT, convenient, concise, fast, powerful, enrich your NTU
publish_to: 'none'

# CHECK THE BUILD CODE BEFORE DISTRIBUTION!!
version: 1.4.5+5027
version: 1.5.0+5131

environment:
flutter: ">=3.7.12 <4.0.0"
Expand Down

0 comments on commit f7bb3f4

Please sign in to comment.