Skip to content

Commit

Permalink
Merge branch 'release/v0.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanM04 committed Jan 23, 2020
2 parents 493c599 + bbd25c3 commit fcb4eb4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- uses: subosito/[email protected]
with:
flutter-version: 1.12.13+hotfix.5
- name: Google services
run: echo $GOOGLE_SERVICES > android/app/google-services.json
env:
GOOGLE_SERVICES: ${{ secrets.GOOGLE_SERVICES }}
- run: flutter pub get
- name: Build generic
run: flutter build apk --flavor prod
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ Tengo problemas, no me peguen.

## Setup

1. Agregar `android/app/google-services.json` de Firebase.
2. Ejecturar `flutter pub get`.
1. Agregar `android/app/google-services.json` de Firebase. Firebase debe tener las aplicaciones `com.juanm04.animu` y `com.juanm04.animu.dev` con las llaves de desarrollo SHA
2. Agregar el `google-services.json` a modo de secreto al repositorio de GitHub.
3. Ejecturar `flutter pub get`.

## To-do

- Animaciones
- Vincular animes guardados con Google
- Hacer tests
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Ver anime sin complicaciones.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.8.0
version: 0.8.1

environment:
sdk: ">=2.6.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h3>Guardá tu progreso</h3>
<p>
Animú te deja guardar los animes que estás viendo en distintas
listas, además de marcar los capítulos que viste. Todo eso se
guarda en "la nube" (con Android 6+), por si explota tu celular.
guarda en "la nube", por si explota tu celular.
</p>
</div>
</section>
Expand Down

0 comments on commit fcb4eb4

Please sign in to comment.