Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Bump versionName to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tiembo committed Jun 20, 2018
1 parent b77d561 commit 3d38785
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 @@ -30,7 +30,7 @@ android {
targetSdkVersion rootProject.targetSdkVersion
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 1
versionName "0.1.2"
versionName "0.1.3"
vectorDrawables.useSupportLibrary true
}
buildTypes {
Expand Down Expand Up @@ -87,4 +87,4 @@ dependencies {
androidTestImplementation "com.android.support.test.espresso:espresso-contrib:$rootProject.espressoVersion"
androidTestImplementation "com.android.support.test.espresso:espresso-core:$rootProject.espressoVersion"
testImplementation "junit:junit:$rootProject.junitVersion"
}
}

0 comments on commit 3d38785

Please sign in to comment.