Bumping version to 0.5

This commit is contained in:
Sergey Eremin
2017-01-29 07:43:29 +03:00
parent bf54219aef
commit 3a843719eb

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.github.yeriomin.yalpstore"
minSdkVersion 9
targetSdkVersion 25
versionCode 4
versionName "0.4"
versionCode 5
versionName "0.5"
}
buildTypes {
release {
@@ -24,5 +24,5 @@ android {
}
dependencies {
compile 'com.github.yeriomin:play-store-api:6ee39e34b9'
compile 'com.github.yeriomin:play-store-api:0.5'
}