Skip to content

Commit 6087e1c

Browse files
committed
Upgrade libraries
1 parent db26d5c commit 6087e1c

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

build.gradle

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88

99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:4.1.0-beta03'
11+
classpath 'com.android.tools.build:gradle:4.1.0-rc01'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313

1414
// NOTE: Do not place your application dependencies here; they belong
@@ -17,7 +17,9 @@ buildscript {
1717
}
1818

1919
plugins {
20-
id("io.gitlab.arturbosch.detekt").version("1.10.0")
20+
id "io.gitlab.arturbosch.detekt" version "1.11.0"
21+
id 'maven-publish'
22+
id "com.jfrog.bintray" version "1.8.4"
2123
}
2224

2325
allprojects {
@@ -34,5 +36,9 @@ task clean(type: Delete) {
3436
ext.minSdkVersion = 14
3537
ext.targetSdkVersion = 28
3638
ext.compileSdkVersion = 30
37-
ext.buildToolsVersion = "30.0.1"
38-
ext.androidXCore = "1.3.0"
39+
40+
ext.buildToolsVersion = "30.0.2"
41+
42+
ext.androidXCore = "1.3.1"
43+
44+
ext.androidNotificationDslVersion = "0.1.0"

0 commit comments

Comments
 (0)