1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 20:50:04 +00:00

Upgrade projects

Now using
- gradle wrapper v6.0
- androidx
- stable android gradle plugin v3.5.0
- target and compile sdk set to 29
This commit is contained in:
Nishant Srivastava
2019-11-15 00:42:49 +01:00
parent 6be058b2c5
commit 34747b99ab
95 changed files with 882 additions and 508 deletions

View File

@@ -5,7 +5,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.5.0'
}
}