Skip to content

Commit 3d38785

Browse files
committed
Bump versionName to 0.1.3
1 parent b77d561 commit 3d38785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
targetSdkVersion rootProject.targetSdkVersion
3131
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3232
versionCode 1
33-
versionName "0.1.2"
33+
versionName "0.1.3"
3434
vectorDrawables.useSupportLibrary true
3535
}
3636
buildTypes {
@@ -87,4 +87,4 @@ dependencies {
8787
androidTestImplementation "com.android.support.test.espresso:espresso-contrib:$rootProject.espressoVersion"
8888
androidTestImplementation "com.android.support.test.espresso:espresso-core:$rootProject.espressoVersion"
8989
testImplementation "junit:junit:$rootProject.junitVersion"
90-
}
90+
}

0 commit comments

Comments
 (0)