Skip to content

Commit

Permalink
release: Released version 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackoutseeker committed Aug 11, 2022
1 parent b6ab639 commit 8151c07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

</p>

![version](https://img.shields.io/badge/Version-2.6.4-005884)
![version](https://img.shields.io/badge/Version-2.6.5-005884)
![flutter](https://img.shields.io/badge/Flutter-2.10.5-1389FD)

<a style="outline: none;" href='https://play.google.com/store/apps/details?id=com.FelipsTudio.lineker&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ if (flutterRoot == null) {

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '7'
flutterVersionCode = '9'
}

def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
flutterVersionName = '2.6.4'
flutterVersionName = '2.6.5'
}

apply plugin: 'com.android.application'
Expand Down
2 changes: 1 addition & 1 deletion lib/views/widgets/drawer_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class _DrawerWidgetState extends State<DrawerWidget> {
),
applicationLegalese: '© 2022 Felip\'s Tudio',
applicationName: 'Lineker',
applicationVersion: 'v2.6.4',
applicationVersion: 'v2.6.5',
);
}

Expand Down

0 comments on commit 8151c07

Please sign in to comment.