Skip to content

Commit 7828f43

Browse files
committed
Update kotlin and android version
1 parent 588fc77 commit 7828f43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cached_network_image/example/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
2929
namespace "com.baseflow.example"
30-
compileSdkVersion 33
30+
compileSdkVersion 34
3131
ndkVersion flutter.ndkVersion
3232

3333
compileOptions {
@@ -46,7 +46,7 @@ android {
4646
defaultConfig {
4747
applicationId "com.baseflow.example"
4848
minSdkVersion 23
49-
targetSdkVersion 33
49+
targetSdkVersion 34
5050
versionCode flutterVersionCode.toInteger()
5151
versionName flutterVersionName
5252
}

cached_network_image/example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.7.10'
2+
ext.kotlin_version = '1.8.22'
33
repositories {
44
google()
55
mavenCentral()

0 commit comments

Comments
 (0)