From f791c73e356e6d8ed79b9b14702b84587c3c4bd3 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Mon, 3 Jul 2017 23:31:03 +0200 Subject: Bump version number for release --- app/build.gradle | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d662e2f..c25ab83 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "org.pacien.tincapp" minSdkVersion 21 targetSdkVersion 21 - versionCode 1 - versionName "0.1-preview" + versionCode 2 + versionName "0.2" ndk { abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a' } @@ -29,6 +29,10 @@ android { path "CMakeLists.txt" } } + + lintOptions { + disable 'MissingTranslation' + } } dependencies { -- cgit v1.2.3