Skip to content

Commit

Permalink
changed builg.gradle, changelog.md and pubspec.yaml to reflect versio…
Browse files Browse the repository at this point in the history
…n changes
  • Loading branch information
HariRags committed Sep 24, 2024
1 parent b5f3402 commit 4c2cb26
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.0.0

- Upgraded to Flutter 3
- Events with mailing added

## 2.4.1

- Move map page outside utilities
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ android {
applicationId "app.insti.flutter"
minSdkVersion 26
targetSdkVersion 34
versionCode 32
versionName "2.4.4"
versionCode 39
versionName "3.0.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ description: Flutter App for Indian Institute of Technology, Bombay
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 2.4.1+29
version: 3.0.0+30

environment:
sdk: '>=2.15.0 <3.0.0'
sdk: '>=2.17.0 <4.0.0'

dependencies:
flutter:
Expand Down

0 comments on commit 4c2cb26

Please sign in to comment.