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"
27
27
28
28
android {
29
29
namespace " com.baseflow.example"
30
- compileSdkVersion 33
30
+ compileSdkVersion 34
31
31
ndkVersion flutter. ndkVersion
32
32
33
33
compileOptions {
@@ -46,7 +46,7 @@ android {
46
46
defaultConfig {
47
47
applicationId " com.baseflow.example"
48
48
minSdkVersion 23
49
- targetSdkVersion 33
49
+ targetSdkVersion 34
50
50
versionCode flutterVersionCode. toInteger()
51
51
versionName flutterVersionName
52
52
}
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.7.10 '
2
+ ext. kotlin_version = ' 1.8.22 '
3
3
repositories {
4
4
google()
5
5
mavenCentral()
You can’t perform that action at this time.
0 commit comments