Fix isProVersion() returning always false
This commit is contained in:
parent
05558c1799
commit
344404c03f
3 changed files with 10 additions and 5 deletions
|
|
@ -42,8 +42,8 @@ android {
|
|||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
applicationId 'com.kabouzeid.gramophone'
|
||||
versionCode 133
|
||||
versionName '0.16.0 BETA 1'
|
||||
versionCode 134
|
||||
versionName '0.16.0 BETA 2'
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
@ -110,7 +110,7 @@ dependencies {
|
|||
compile 'com.github.ksoichiro:android-observablescrollview:1.6.0'
|
||||
compile 'com.squareup.retrofit2:retrofit:2.3.0'
|
||||
compile 'com.squareup.retrofit2:converter-gson:2.3.0'
|
||||
compile 'com.anjlab.android.iab.v3:library:1.0.40'
|
||||
compile 'com.anjlab.android.iab.v3:library:1.0.44'
|
||||
compile 'de.psdev.licensesdialog:licensesdialog:1.8.1'
|
||||
compile 'com.github.bumptech.glide:glide:3.8.0'
|
||||
compile 'com.github.bumptech.glide:okhttp3-integration:1.5.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue