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.
2 parents af81d0e + 0e19f5b commit eb2192aCopy full SHA for eb2192a
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.1"
+ versionName "0.1.2"
34
}
35
buildTypes {
36
release {
build.gradle
@@ -27,7 +27,7 @@ buildscript {
27
dataBindingVersion = '3.0.1'
28
espressoVersion = '3.0.1'
29
glideVersion = '4.4.0'
- gradleVersion = '3.2.0-alpha17'
+ gradleVersion = '3.2.0-alpha18'
gsonVersion = '2.8.2'
junitVersion = '4.12'
lifecycleVersion = '1.1.1'
0 commit comments