Skip to content

Commit 6a50b97

Browse files
committed
Use addismaptransit branch (contains no-reviews and amharic translation), bump version to 0.3.0+3
1 parent b38fa19 commit 6a50b97

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

DEVELOPMENT.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ sudo gem install fastlane
2424
cd android && fastlane supply --track internal --version-code 2
2525
```
2626

27-
2827
### Taking Screenshots
2928

3029
1. Open Browserstack
@@ -45,3 +44,6 @@ Screenshot 6 - Show routes
4544
Save android/fastlane/metadata/android/en-US/images/tenInchScreenshots + sevenInchScreenshots
4645
Screenshot 1 - Airport Parking -> Bandira -> Routes and Map overview
4746

47+
### Building compact APK for GitHub Release
48+
49+
`flutter build apk --analyze-size --target-platform android-arm`

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,8 @@ packages:
753753
dependency: "direct main"
754754
description:
755755
path: "."
756-
ref: no-reviews
757-
resolved-ref: e3ae1c03c4287171feebc48395e15b275b693638
756+
ref: addismaptransit
757+
resolved-ref: "888baf9d126432b7e69f5cb2549f65bb8e7b3a6d"
758758
url: "https://github.com/AddisMap/trufi-core.git"
759759
source: git
760760
version: "3.2.0"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 0.2.0+2
18+
version: 0.3.0+3
1919

2020
environment:
2121
sdk: ">=2.15.0 <3.0.0"
@@ -35,7 +35,7 @@ dependencies:
3535
trufi_core:
3636
git:
3737
url: https://github.com/AddisMap/trufi-core.git
38-
ref: no-reviews
38+
ref: addismaptransit
3939

4040
dependency_overrides:
4141
geolocator_android:

0 commit comments

Comments
 (0)