From 061ec52e5b13e4751a7060f503580654dba63580 Mon Sep 17 00:00:00 2001 From: Mohsen Date: Wed, 21 Feb 2024 20:24:26 +0100 Subject: [PATCH] Update version to 2.16.1.7 --- constants.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.gradle b/constants.gradle index 16f2504c1cc..00141488077 100644 --- a/constants.gradle +++ b/constants.gradle @@ -13,7 +13,7 @@ // limitations under the License. project.ext { // ExoPlayer version and version code. - releaseVersion = '2.16.1.6' + releaseVersion = '2.16.1.7' releaseVersionCode = 2016001 minSdkVersion = 16 appTargetSdkVersion = 29