From 20209809294a51e2371107b852502f21162b6961 Mon Sep 17 00:00:00 2001 From: wolkenschieber Date: Sun, 5 Mar 2017 12:25:56 +0100 Subject: [PATCH] Define version code and name in build.gradle --- android_app/app/build.gradle | 2 ++ android_app/app/src/main/AndroidManifest.xml | 13 ++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index e634ccf2..588a25af 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -8,6 +8,8 @@ android { applicationId "com.health.openscale" minSdkVersion 18 targetSdkVersion 25 + versionCode 10 + versionName "1.4.2" } buildTypes { diff --git a/android_app/app/src/main/AndroidManifest.xml b/android_app/app/src/main/AndroidManifest.xml index c19207b5..fd039283 100644 --- a/android_app/app/src/main/AndroidManifest.xml +++ b/android_app/app/src/main/AndroidManifest.xml @@ -1,8 +1,6 @@ + package="com.health.openscale" > @@ -26,13 +24,14 @@ - - - + + + - +