Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wutsi committed Apr 20, 2023
1 parent 3722600 commit d5adf28
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## [0.1.200] 2023-02-03

## Changes

- upgrade to gradle v8
- upgrade to kotlin v1.8.20
- upgrade to syncfusion_flutter_charts v21.0.0
- upgrade to badges v3.0.0

## [0.1.199] 2023-02-03

## Changes
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
buildscript {
ext.kotlin_version = '1.8.0'
ext.kotlin_version = '1.8.20'
repositories {
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:7.4.0'
classpath 'com.android.tools.build:gradle:8.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-all.zip
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: SDUI make it easy to implement Server Driven UI pattern on flutter.
# 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.1.199
version: 0.1.200

environment:
sdk: ">=2.12.0 <3.0.0"
Expand All @@ -35,7 +35,7 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.5

badges: ^2.0.3
badges: ^3.0.0
cached_network_image: ^3.2.3
camera: ^0.10.1
carousel_slider: ^4.2.1
Expand All @@ -61,7 +61,7 @@ dependencies:
qr_flutter: ^4.0.0
share_plus: ^6.3.0
search_choices: ^2.2.1
syncfusion_flutter_charts: ^20.4.38
syncfusion_flutter_charts: ^21.0.0
uuid: ^3.0.7
uni_links: ^0.5.1
url_launcher: ^6.1.7
Expand Down

0 comments on commit d5adf28

Please sign in to comment.