File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cached_network_image/example/android Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727
2828android {
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 }
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.7.10 '
2+ ext. kotlin_version = ' 1.8.22 '
33 repositories {
44 google()
55 mavenCentral()
You can’t perform that action at this time.
0 commit comments