edit the gradles version

dev_v2.8_roaa
RoaaGhali98 4 years ago
parent 268c637316
commit afbd389925

@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android { android {
compileSdkVersion 31 compileSdkVersion 30
// signingConfigs { // signingConfigs {
// release { // release {

@ -1,5 +1,5 @@
buildscript { buildscript {
ext.kotlin_version = '1.5.20' ext.kotlin_version = '1.3.50'
repositories { repositories {
google() google()
jcenter() jcenter()

Loading…
Cancel
Save