Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkil committed Dec 25, 2020
1 parent 628fa18 commit 80efc22
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
buildscript {

ext.versions = [
'compileSdk': 29,
'buildTools': '29.0.2',
'compileSdk': 30,
'buildTools': '30.0.2',
'minSdk' : 16,
'targetSdk' : 29,
'targetSdk' : 30,

'kotlin' : '1.3.61',
'appCompat' : '1.1.0'
'kotlin' : '1.4.21',
'appCompat' : '1.2.0'
]

repositories {
Expand All @@ -16,7 +16,7 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:3.5.3"
classpath "com.android.tools.build:gradle:4.1.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$versions.kotlin"
}
}
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ org.gradle.parallel=true

# Enabling the build cache
org.gradle.caching=true

android.useAndroidX=true
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip

0 comments on commit 80efc22

Please sign in to comment.