From 2ec551fe9068cbdaa563ef5eb95fe992f015c91b Mon Sep 17 00:00:00 2001 From: Lory-Stan TANASI Date: Fri, 20 Sep 2024 22:01:33 +0200 Subject: [PATCH] feat(app): update app version to 1.6.13 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0adf9746..c667f3d3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.tanasi.streamflix" minSdk 21 targetSdk 34 - versionCode 29 - versionName "1.6.12" + versionCode 30 + versionName "1.6.13" def properties = new Properties() properties.load(project.rootProject.file('local.properties').newDataInputStream())