Arch components lifecycle module now labeled as an alpha

This commit is contained in:
Eric Kuck
2017-06-02 15:55:22 -05:00
parent 044363517c
commit 0adea89d34
@@ -16,7 +16,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode Integer.parseInt(project.VERSION_CODE)
versionName project.VERSION_NAME
versionName '0.1.0-alpha1'
}
}