From e98c544caec229046edf6736179860196edf8641 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Wed, 9 Sep 2026 20:12:10 -0300 Subject: [PATCH] release(android): bump branded presentation APK to 0.15.1 --- android-app/app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android-app/app/build.gradle.kts b/android-app/app/build.gradle.kts index 50ca544..55f6632 100644 --- a/android-app/app/build.gradle.kts +++ b/android-app/app/build.gradle.kts @@ -12,8 +12,8 @@ android { applicationId = "com.korexlabs.dhinspeccion" minSdk = 26 targetSdk = 36 - versionCode = 22 - versionName = "0.15.0" + versionCode = 23 + versionName = "0.15.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -77,4 +77,4 @@ dependencies { testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.2.1") androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") -} \ No newline at end of file +}