We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77d561 commit 3d38785Copy full SHA for 3d38785
app/build.gradle
@@ -30,7 +30,7 @@ android {
30
targetSdkVersion rootProject.targetSdkVersion
31
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
32
versionCode 1
33
- versionName "0.1.2"
+ versionName "0.1.3"
34
vectorDrawables.useSupportLibrary true
35
}
36
buildTypes {
@@ -87,4 +87,4 @@ dependencies {
87
androidTestImplementation "com.android.support.test.espresso:espresso-contrib:$rootProject.espressoVersion"
88
androidTestImplementation "com.android.support.test.espresso:espresso-core:$rootProject.espressoVersion"
89
testImplementation "junit:junit:$rootProject.junitVersion"
90
-}
+}
0 commit comments