Bump version, add purchase logging

This commit is contained in:
Karim Abou Zeid 2017-10-02 13:45:46 +02:00
commit d4624ecc8f
No known key found for this signature in database
GPG key ID: 948B11DC67FD9BAF
4 changed files with 62 additions and 57 deletions

View file

@ -42,8 +42,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId 'com.kabouzeid.gramophone'
versionCode 139
versionName '0.16.0 BETA 7'
versionCode 140
versionName '0.16.0'
}
buildTypes {
release {
@ -96,7 +96,6 @@ dependencies {
// compile 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.10.6'
// TODO: go back to master branch as soon as possible
compile 'com.crashlytics.sdk.android:crashlytics:2.6.7'
compile 'com.github.kabouzeid:app-theme-helper:1.3.7'
compile 'com.github.kabouzeid:RecyclerView-FastScroll:1.0.16-kmod'
compile 'com.github.kabouzeid:SeekArc:1.2-kmod'
@ -118,4 +117,9 @@ dependencies {
compile 'com.jakewharton:butterknife:8.6.0'
testCompile 'junit:junit:4.12'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0'
compile 'com.crashlytics.sdk.android:crashlytics:2.6.8'
compile('com.crashlytics.sdk.android:answers:1.3.13@aar') {
transitive = true;
}
}