Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidatorCoder committed Feb 1, 2022
1 parent 16f242d commit 5aa55a5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions android/local.properties
@@ -1,5 +1,5 @@
sdk.dir=C:\\Users\\maury\\AppData\\Local\\Android\\sdk
sdk.dir=C:\\Users\\maury\\AppData\\Local\\Android\\Sdk
flutter.sdk=C:\\flutter
flutter.buildMode=debug
flutter.versionName=1.1.1
flutter.versionCode=13
flutter.versionName=1.2.0-beta
flutter.versionCode=14
4 changes: 2 additions & 2 deletions ios/Flutter/Generated.xcconfig
Expand Up @@ -4,8 +4,8 @@ FLUTTER_APPLICATION_PATH=D:\Desktop\Ubuntu\ip_notices
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=lib\main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=1.0.0
FLUTTER_BUILD_NUMBER=1
FLUTTER_BUILD_NAME=1.2.0
FLUTTER_BUILD_NUMBER=14
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=false
Expand Down
4 changes: 2 additions & 2 deletions ios/Flutter/flutter_export_environment.sh
Expand Up @@ -5,8 +5,8 @@ export "FLUTTER_APPLICATION_PATH=D:\Desktop\Ubuntu\ip_notices"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_TARGET=lib\main.dart"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
export "FLUTTER_BUILD_NAME=1.2.0"
export "FLUTTER_BUILD_NUMBER=14"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=false"
export "TREE_SHAKE_ICONS=false"
Expand Down
10 changes: 5 additions & 5 deletions pubspec.lock
Expand Up @@ -35,7 +35,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.1"
version: "2.8.2"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -105,7 +105,7 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0"
charcode:
dependency: transitive
description:
Expand Down Expand Up @@ -421,7 +421,7 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.10"
version: "0.12.11"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -734,7 +734,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.2"
version: "0.4.3"
timeago:
dependency: "direct main"
description:
Expand Down Expand Up @@ -811,7 +811,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
watcher:
dependency: transitive
description:
Expand Down

0 comments on commit 5aa55a5

Please sign in to comment.