We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7e1bf commit dc09699Copy full SHA for dc09699
1 file changed
build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
google()
5
}
6
dependencies {
7
- classpath 'com.android.tools.build:gradle:3.2.0'
+ classpath 'com.android.tools.build:gradle:3.2.1'
8
9
10
@@ -19,7 +19,7 @@ allprojects {
19
20
ext {
21
compileSdkVersion = 28
22
- buildToolsVersion = '28.0.2'
+ buildToolsVersion = '28.0.3'
23
androidXLibraryVersion = '1.0.0'
24
25
PUBLISH_GROUP_ID = 'com.theartofdev.edmodo'
0 commit comments