Skip to content

Commit

Permalink
bump compileSdkVersion to 31
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidatorCoder committed Nov 26, 2021
1 parent 1c73ad7 commit c00f8cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ coverage/lcov.info

# Secret Files
odin-release-key.keystore
android/app/google-services.json
android/app/google-services.json
android/app/build/*
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply plugin: 'com.google.gms.google-services'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 30
compileSdkVersion 31

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit c00f8cf

Please sign in to comment.