diff --git a/app/build.gradle b/app/build.gradle index 875e7c1..84b703d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId "m.co.rh.id.a_news_provider" minSdkVersion 16 targetSdkVersion 31 - versionCode 49 - versionName "1.8.1" + versionCode 50 + versionName "1.8.2" vectorDrawables.useSupportLibrary true multiDexEnabled = true diff --git a/fastlane/metadata/android/en-US/changelogs/50.txt b/fastlane/metadata/android/en-US/changelogs/50.txt new file mode 100644 index 0000000..46b7c96 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/50.txt @@ -0,0 +1,9 @@ +Release 1.8.2+50 + +Features: +* Add media:thumbnail support, this means app will show image for RSS that have this element. + +Fixes: +* Indonesian language +* Image not showing in some RSS +* Update source code dependencies \ No newline at end of file