Skip to content

Commit

Permalink
🚀 Deploy 1.0.0-pre+1
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Jun 20, 2021
1 parent 08e2268 commit b159770
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@

A new Flutter project.

## API

http://api.open-notify.org/astros.json

## Releases

### Android

Download apk from [Releases](https://github.com/iqfareez/people_in_space/releases) page

### Web

Can't host due to API is served via `http` :")

<!-- https://www.howmanypeopleareinspacerightnow.com/peopleinspace.json -->
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="people_in_space"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:usesCleartextTraffic="true">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
Expand Down

0 comments on commit b159770

Please sign in to comment.