diff --git a/app/src/main/res/xml/changelog_l.xml b/app/src/main/res/xml/changelog_l.xml index 1865155f9..c4435b7e9 100644 --- a/app/src/main/res/xml/changelog_l.xml +++ b/app/src/main/res/xml/changelog_l.xml @@ -1,5 +1,10 @@ + + Twitter is shutting down their streaming services. I have removed Talon Pull from the app, as it will no longer work. + Other updates to work with the latest Twitter APIs. + + Crop images with a custom aspect ratio, instead of the pre-defined ratios Save images on Android P beta diff --git a/gradle.properties b/gradle.properties index 3ff211fa7..1401fb540 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,10 +15,10 @@ # android.enableAapt2=false -VERSION_NAME=7.4.0 -VERSION_CODE=1455 +VERSION_NAME=7.4.1 +VERSION_CODE=1456 -KOTLIN_VERSION=1.2.50 +KOTLIN_VERSION=1.2.51 ANDROID_GRADLE_VERSION=3.1.3 COMPILE_SDK=28 TARGET_SDK=28