From 81fd7a546e361f6b32a9969a7a9e9f731662e75d Mon Sep 17 00:00:00 2001 From: erik Date: Thu, 16 Apr 2015 00:25:17 -0700 Subject: [PATCH] Added version code and name. --- .idea/misc.xml | 15 +++++++++++++++ app/build.gradle | 2 ++ 2 files changed, 17 insertions(+) diff --git a/.idea/misc.xml b/.idea/misc.xml index 7965fcf..6fbf4e8 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -19,4 +19,19 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 8c47e59..d242ba0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,6 +9,8 @@ android { applicationId "net.thauvin.erik.android.avion" minSdkVersion 13 targetSdkVersion 13 + versionCode 1 + versionName "1.0" } buildTypes {