Skip to content

Commit dc09699

Browse files
committed
update build tools to 3.2.1
1 parent 2e7e1bf commit dc09699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
google()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:3.2.0'
7+
classpath 'com.android.tools.build:gradle:3.2.1'
88
}
99
}
1010

@@ -19,7 +19,7 @@ allprojects {
1919

2020
ext {
2121
compileSdkVersion = 28
22-
buildToolsVersion = '28.0.2'
22+
buildToolsVersion = '28.0.3'
2323
androidXLibraryVersion = '1.0.0'
2424

2525
PUBLISH_GROUP_ID = 'com.theartofdev.edmodo'

0 commit comments

Comments
 (0)