Skip to content

Commit 5fc7752

Browse files
authored
Merge pull request #374 from sidrao2006/build/update-android-compileSdkVersion
Update android example's `compileSdkVersion`
2 parents 28e081e + 370d56c commit 5fc7752

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

flutter_cache_manager/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.3.50'
2+
ext.kotlin_version = '1.6.10'
33
repositories {
44
google()
55
mavenCentral()

0 commit comments

Comments
 (0)