Skip to content

Commit

Permalink
🔧 Use correct AA import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaoz-Topsy committed Feb 5, 2023
1 parent 68c08c9 commit e8b4d13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/env/app_version_num.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const appsBuildNum = 305;
const appsBuildName = '2.8.0';
const appsCommit = '65f68e90862bfa77051de61f706c982672b0bc98';
const appsCommit = '68c08c97f06ec7f643415fe7a2a6ac96a365c625';
10 changes: 6 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,12 @@ packages:
assistantapps_flutter_common:
dependency: "direct main"
description:
path: "C:\\Development\\Projects\\AssistantApps\\assistantapps_flutter_common"
relative: false
source: path
version: "0.2.19"
path: "."
ref: HEAD
resolved-ref: "1547f57c93bfc22ad985eef550697381a2f07a50"
url: "https://github.com/AssistantApps/Flutter.Common.git"
source: git
version: "0.2.20"
async:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies:

# AssistantApps
assistantapps_flutter_common:
# git: https://github.com/AssistantApps/Flutter.Common.git
path: 'C:\Development\Projects\AssistantApps\assistantapps_flutter_common'
git: https://github.com/AssistantApps/Flutter.Common.git
# path: 'C:\Development\Projects\AssistantApps\assistantapps_flutter_common'

# Google & Firebase
firebase_core: 2.4.1
Expand Down

0 comments on commit e8b4d13

Please sign in to comment.