Skip to content

Commit

Permalink
fix: upgrade com.android.tools.build:gradle to v4.2.0 (#54)
Browse files Browse the repository at this point in the history
* chore: hard code flutter version to 2.2.1

* chore: hard code android gradle build to 4.2.0

* chore(version): bump commit hash
  • Loading branch information
timoknapp authored Dec 22, 2021
1 parent 0becb5f commit b22ee1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
channel: "stable" # or: 'dev' or 'beta'
flutter-version: '2.2.1'
#channel: "stable" # or: 'dev' or 'beta'


- name: Prepare & Build
id: prepare-build
Expand Down
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:3.5.0'
classpath 'com.android.tools.build:gradle:4.2.0'
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
Expand Up @@ -11,7 +11,7 @@ description: A SoundCloud app for FireTV.
# 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: 1.3.3+140
version: 1.3.3+144

environment:
sdk: ">=2.10.0 <3.0.0"
Expand Down

0 comments on commit b22ee1f

Please sign in to comment.