diff --git a/app/build.gradle b/app/build.gradle index 0629ca82..fc07753b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,18 +44,23 @@ static def getProperty(@Nullable Properties properties, String name) { } android { - compileSdkVersion 28 - buildToolsVersion '28.0.0' + compileSdkVersion 27 + buildToolsVersion '27.0.3' defaultConfig { minSdkVersion 16 - targetSdkVersion 28 + targetSdkVersion 27 - renderscriptTargetApi 28 + renderscriptTargetApi 27 vectorDrawables.useSupportLibrary = true applicationId 'com.kabouzeid.gramophone' - versionCode 162 - versionName '1.1.0' + versionCode 163 + versionName '1.1.1' + + // needed for material intro! + dataBinding { + enabled = true + } } signingConfigs { release { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index 27552767..faca7d82 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -27,6 +27,14 @@
You can view the changelog dialog again at any time from the about section.
+