Skip to content

Commit

Permalink
Merge pull request #2339 from airqo-platform/add-airqo-icon-build
Browse files Browse the repository at this point in the history
Add airqo icon build
  • Loading branch information
Baalmart authored Dec 14, 2024
2 parents 95b03fe + 7f48ca7 commit 860892d
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile-v3/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<application
android:label="airqo"
android:label="AirQo"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/launcher_icon">

<!-- TODO: Add your Google Maps API key here -->
<meta-data android:name="com.google.android.geo.API_KEY"
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mobile-v3/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ flutter:
- assets/data/data.json
- assets/data/new_data.json
- assets/images/shared/airquality_indicators/
- .env
- .env.prod
- .env.dev
# - images/a_dot_ham.jpeg
Expand Down

0 comments on commit 860892d

Please sign in to comment.