Skip to content

Commit

Permalink
preparando front para build
Browse files Browse the repository at this point in the history
  • Loading branch information
iuryFilho committed Jan 20, 2025
1 parent c234d70 commit 57ad7c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Healthway
## Tutorial Instalação para Android

```bash
flutter build apk --split-per-abi
flutter install --use-application-binary=build\app\outputs\flutter-apk\app-arm64-v8a-release.apk
```
2 changes: 1 addition & 1 deletion healthway_app/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.1.0" apply false
id "com.android.application" version "8.2.1" apply false
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
}

Expand Down

0 comments on commit 57ad7c0

Please sign in to comment.