Skip to content

Commit

Permalink
fix(deps): update dependency package_info_plus to v5 (#80)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency package_info_plus to v5

* chore(version): bump commit hash

* chore: upgrade build gradle extension to v1.9.0

* chore(version): bump commit hash
  • Loading branch information
timoknapp authored Oct 12, 2023
1 parent d2a02a4 commit 556f1d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.7.10'
ext.kotlin_version = '1.9.0'
repositories {
google()
jcenter()
Expand Down
4 changes: 2 additions & 2 deletions 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.10+181
version: 1.3.10+183

environment:
# sdk: ">=2.18.0 <3.0.0"
Expand All @@ -32,7 +32,7 @@ dependencies:
timeago: ^3.0.0
flutter_spinkit: ^5.0.0
flutter_windowmanager: ^0.2.0
package_info_plus: ^4.0.0
package_info_plus: ^5.0.0
shimmer: ^3.0.0

dev_dependencies:
Expand Down

0 comments on commit 556f1d3

Please sign in to comment.