Skip to content

Commit

Permalink
chore: upgrade gradle version (#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudyPadmal authored Jun 7, 2019
1 parent 4b49bdd commit df3b8c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "io.pslab"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 14
versionName "2.0.13"
versionCode 15
versionName "2.0.14"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit df3b8c4

Please sign in to comment.