From 270466b8a8ac9e529f488a072b3866257df90b4f Mon Sep 17 00:00:00 2001 From: katherine <414924+kabliz@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:57:08 -0800 Subject: [PATCH] [APT-10955] Update Version Number --- RELEASE.md | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 9f6332f..dd89863 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,8 @@ # Project Armadillo Release Notes +## 1.6.9 +- Improves the crash fix from 1.6.8, so that even retries on EncryptedSharedPreferences does not crash. + ## 1.6.8 - Fixes an app startup crash to EncryptedSharedPreference faults. - Adds resilience to playing unencrypted content if it is optionally drm enabled. diff --git a/gradle.properties b/gradle.properties index 5508bfd..a99d8a9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1536m # org.gradle.parallel=true PACKAGE_NAME=com.scribd.armadillo GRADLE_PLUGIN_VERSION=7.2.0 -LIBRARY_VERSION=1.6.8 +LIBRARY_VERSION=1.6.9 EXOPLAYER_VERSION=2.19.1 RXJAVA_VERSION=2.2.4 RXANDROID_VERSION=2.0.1