From 67c012dfebd887bc74ad43978bd0a085b72b44e4 Mon Sep 17 00:00:00 2001 From: Andre Kirchhoff Date: Tue, 16 Aug 2022 20:07:39 -0300 Subject: [PATCH] 1.3.38 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index be3a73c25..b10034946 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,8 +43,8 @@ android { applicationId "com.geeksville.mesh" minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works) targetSdkVersion 30 // 30 can't work until an explicit location permissions dialog is added - versionCode 20330 // format is Mmmss (where M is 1+the numeric major number - versionName "1.3.30" + versionCode 20338 // format is Mmmss (where M is 1+the numeric major number + versionName "1.3.38" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" // per https://developer.android.com/studio/write/vector-asset-studio @@ -211,4 +211,4 @@ kapt { repositories { maven { url "https://jitpack.io" } -} \ No newline at end of file +}