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())