diff --git a/app/build.gradle b/app/build.gradle index 305740d69..46cd844be 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' }