Skip to content

Commit

Permalink
Update dependencies and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrenderG committed Sep 5, 2021
1 parent 6ba961e commit 4ffc58e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'

// NOTE: Do not place your application dependencies here; they belong
Expand All @@ -22,14 +22,14 @@ allprojects {
}

ext {
compileSdkVersion = 28
compileSdkVersion = 31
minSdkVersion = 14
targetSdkVersion = compileSdkVersion

supportLibVersion = '1.2.0'
supportLibVersion = '1.3.1'

versionCode = 150
versionName = '1.5.0'
versionCode = 152
versionName = '1.5.2'
}

task clean(type: Delete) {
Expand Down

0 comments on commit 4ffc58e

Please sign in to comment.