Skip to content

Commit

Permalink
v1.0.15 - Fix Android internet issue (#15)
Browse files Browse the repository at this point in the history
* v1.0.15 - Update readme

* v1.0.15 - Fix Android internet issue
  • Loading branch information
Donnie authored Jan 14, 2024
1 parent 287b19c commit 2a7e188
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,7 @@ jobs:
run: flutter pub get

- name: Build APK for android-arm64
run: flutter build apk --target-platform android-arm64

- name: Upload Release APK
uses: actions/upload-artifact@v4
with:
name: finease
path: build/app/outputs/apk/release/app-release.apk
if-no-files-found: error
run: flutter build apk --release

- name: Create release
id: create-release
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<p align="center">
<img src="assets\images\icon.png" height="128">
<h1 align="center">Finease - Expense Tracker</h1>
<h2>Finease - Expense Tracker</h2>
</p>

<p align="center">
<a href="https://flutter.dev/" style="text-decoration:none" area-label="flutter">
<a href="https://flutter.dev/" style="text-decoration:none" area-label="flutter">
<img src="https://img.shields.io/badge/Platform-Flutter%203.16.5-blue">
</a>
<a href="https://github.com/Donnie/Finease/releases/tag/v0.0.3" style="text-decoration:none" area-label="flutter">
<img src="https://img.shields.io/badge/Version-0.0.3-orange">
<a href="https://github.com/Donnie/Finease/releases/tag/v1.0.15" style="text-decoration:none" area-label="flutter">
<img src="https://img.shields.io/badge/Version-1.0.15-orange">
</a>
<a href="https://github.com/Donnie/Finease/actions/workflows/android_release.yml" style="text-decoration:none" area-label="flutter">
<img src="https://github.com/Donnie/Finease/actions/workflows/android_release.yml/badge.svg">
</a>
</p>
<p align="center">
<h2> Material design expense manager</h2>
</p>

### Screen shots
Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="finease"
android:name="${applicationName}"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: finease
description: "A full stack mobile app to keep track of financial transactions"
publish_to: 'none'
version: 1.0.14
version: 1.0.15

environment:
sdk: '>=3.2.3 <4.0.0'
Expand Down

0 comments on commit 2a7e188

Please sign in to comment.