Fixed app version

This commit is contained in:
ChronosX88 2019-02-27 18:43:54 +04:00
parent 60ebb68e76
commit c48ad1c2d9
No known key found for this signature in database
GPG Key ID: 8F92E090A87804AA
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -6,8 +6,8 @@ android {
applicationId "ru.volgorobot.vrcatalog"
minSdkVersion 19
targetSdkVersion 27
versionCode 7
versionName "0.5.0"
versionCode 8
versionName "1.0.0"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]