From 4643c689df9e915cc7876f36311cd29676d09d94 Mon Sep 17 00:00:00 2001 From: "Zamrony P. Juhara" Date: Sun, 20 Oct 2024 02:03:49 +0700 Subject: [PATCH] bump compileSdkVersion/targetSdkVersion from 30 to 31 bump compileSdkVersion/targetSdkVersion from 30 to 31 to fix issue https://github.com/flutter/flutter/issues/153281 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 2feed78f..16fcac96 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,11 +22,11 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - compileSdkVersion 30 + compileSdkVersion 31 defaultConfig { minSdkVersion 16 - targetSdkVersion 30 + targetSdkVersion 31 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"