Skip to content

Commit

Permalink
🔀 :: 3.3.4 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoochanhong authored Mar 2, 2024
2 parents 33b45f1 + 8cc2dc6 commit a465bfc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ if (flutterRoot == null) {

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '14'
flutterVersionCode = '15'
}

def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
flutterVersionName = '3.3.3'
flutterVersionName = '3.3.4'
}

def keystoreProperties = new Properties()
Expand Down
10 changes: 5 additions & 5 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ class MyApp extends StatelessWidget {
}

enum CurrentState {
available(
icon: LoturaIcons.checkCircle,
color: LoturaColors.green50,
deepColor: LoturaColors.green700,
text: "사용 가능"),
working(
icon: LoturaIcons.working,
color: LoturaColors.primary50,
deepColor: LoturaColors.primary700,
text: "작동중"),
available(
icon: LoturaIcons.checkCircle,
color: LoturaColors.green50,
deepColor: LoturaColors.green700,
text: "사용 가능"),
disconnected(
icon: LoturaIcons.disconnected,
color: LoturaColors.white,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 3.3.3+14
version: 3.3.4+15

environment:
sdk: '>=3.1.3 <4.0.0'
Expand Down

0 comments on commit a465bfc

Please sign in to comment.