File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1919plugins {
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
2325allprojects {
@@ -34,5 +36,9 @@ task clean(type: Delete) {
3436ext. minSdkVersion = 14
3537ext. targetSdkVersion = 28
3638ext. 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"
You can’t perform that action at this time.
0 commit comments