1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2026-04-03 06:13:30 +00:00

updated deps

This commit is contained in:
Nishant Srivastava
2020-08-23 03:29:56 +02:00
parent 1cd52ce080
commit 23837f9048
56 changed files with 58 additions and 58 deletions

View File

@@ -1,12 +1,12 @@
buildscript {
ext.kotlin_version = '1.3.72'
ext.kotlin_version = '1.4.0'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.android.tools.build:gradle:4.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}