Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit f762129

Browse files
authored
kapt warning bug fixed
1 parent 7843631 commit f762129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext {
5-
kotlin_version = '1.3.50'
5+
kotlin_version = '1.3.41'
66
support_version = '28.0.0'
77
lifecycle_version = '1.1.1'
88
glide_version = '4.8.0'
@@ -15,7 +15,7 @@ buildscript {
1515
maven { url 'https://maven.fabric.io/public' }
1616
}
1717
dependencies {
18-
classpath 'com.android.tools.build:gradle:3.5.0'
18+
classpath 'com.android.tools.build:gradle:3.2.1'
1919
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2020

2121
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)