Skip to content

Commit 0451784

Browse files
committed
Updated build
1 parent 220bfb6 commit 0451784

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
jcenter()
2323
}
2424
dependencies {
25-
classpath "com.android.tools.build:gradle:4.0.1"
25+
classpath "com.android.tools.build:gradle:4.1.0"
2626
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2727

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

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip

widgetslib/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ kapt {
5656
dependencies {
5757
implementation fileTree(dir: "libs", include: ["*.jar"])
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
59-
implementation 'androidx.core:core-ktx:1.3.1'
59+
implementation 'androidx.core:core-ktx:1.3.2'
6060
implementation 'androidx.appcompat:appcompat:1.2.0'
61-
testImplementation 'junit:junit:4.13'
61+
testImplementation 'junit:junit:4.13.1'
6262
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
6363
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
6464
}

0 commit comments

Comments
 (0)