Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Faltenreich committed Aug 8, 2020
1 parent c834331 commit 2911aba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
compileSdk = 28
targetSdk = 28

projectVersion = '2.0.2'
projectVersionCode = 5
projectVersion = '2.1.0'
projectVersionCode = 6

kotlinVersion = '1.3.72'
jUnitVersion = '4.12'
Expand All @@ -20,7 +20,7 @@ buildscript {
repositories repos

dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.android.tools.build:gradle:4.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
Expand Down

0 comments on commit 2911aba

Please sign in to comment.