Skip to content

Commit

Permalink
Bump versionName to 1.0.9
Browse files Browse the repository at this point in the history
Also bump gradle to 3.4.0-rc02
  • Loading branch information
tiembo authored and florina-muntenescu committed Mar 19, 2019
1 parent 67137dc commit 5c8e53e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode rootProject.gitCommitCount
versionName = '1.0.7'
versionName = '1.0.9'
archivesBaseName = 'plaid'

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ buildscript { scriptHandler ->
]

dependencies {
classpath 'com.android.tools.build:gradle:3.4.0-beta05'
classpath 'com.android.tools.build:gradle:3.4.0-rc02'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath "com.google.gms:google-services:${versions.googleServices}"
classpath "io.fabric.tools:gradle:${versions.fabric}"
Expand Down

0 comments on commit 5c8e53e

Please sign in to comment.