Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xamantra committed Aug 8, 2021
1 parent 66ad4b5 commit 53c2b83
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ADMOB_UNITS_CONFIG: ${{ secrets.ADMOB_UNITS_CONFIG }}
- uses: subosito/flutter-action@v1
with:
flutter-version: '2.0.3'
flutter-version: '2.0.1'
- run: flutter pub get
- run: flutter build apk --release --build-name=${GITHUB_REF#refs/*/} --build-number=$GITHUB_RUN_NUMBER
- run: flutter build appbundle --release --build-name=${GITHUB_REF#refs/*/} --build-number=$GITHUB_RUN_NUMBER
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,7 @@ key.jks
.secrets
*.ignore.*
android/app/src/main/AndroidManifest.xml
./personal/
./personal/
pepk.jar
private_key.pepk
quantz_key.zip
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.google.gms:google-services:4.3.8'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
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: quantz
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+dev
version: 0.0.1+1

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit 53c2b83

Please sign in to comment.