Skip to content

Commit a5c62f4

Browse files
committed
build(android): Update android example's compileSdkVersion
Reference: https://github.com/Baseflow/flutter_cache_manager/runs/5953471952
1 parent 205387b commit a5c62f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter_cache_manager/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
29-
compileSdkVersion 30
29+
compileSdkVersion 31
3030

3131
compileOptions {
3232
sourceCompatibility JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)