From a3f2b116a4f6b39cb1c836f9612a8f286d348a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Seery?= Date: Thu, 23 Jan 2020 11:04:57 -0300 Subject: [PATCH 1/3] Added GOOGLE_SERVICES to GitHub --- .github/workflows/build.yaml | 4 ++++ README.md | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ad43c06..9baced9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,6 +19,10 @@ jobs: - uses: subosito/flutter-action@v1.1.1 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 diff --git a/README.md b/README.md index 356a402..4066fc6 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file From 6d09988efced6bfa3edf4e18a8a508d01d100a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Seery?= Date: Thu, 23 Jan 2020 11:07:09 -0300 Subject: [PATCH 2/3] Little tweak in Web --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index f65cb2a..c6718e3 100644 --- a/web/index.html +++ b/web/index.html @@ -98,7 +98,7 @@

Guardá tu progreso

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.

From bbd25c33593f86960adcb3ab618def0f591c481b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Seery?= Date: Thu, 23 Jan 2020 11:07:41 -0300 Subject: [PATCH 3/3] Bump-it! --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8bca524..42648b9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"