diff --git a/android/PhysicalWeb/app/build.gradle b/android/PhysicalWeb/app/build.gradle index c1a685f5..c9058e62 100644 --- a/android/PhysicalWeb/app/build.gradle +++ b/android/PhysicalWeb/app/build.gradle @@ -19,7 +19,7 @@ android { applicationId "org.physical_web.physicalweb" minSdkVersion 18 targetSdkVersion 21 - versionCode 2 + versionCode 3 versionName "${major}.${minor}.${build}" } } diff --git a/android/PhysicalWeb/app/version.properties b/android/PhysicalWeb/app/version.properties index ea1f6a5f..df9fa258 100644 --- a/android/PhysicalWeb/app/version.properties +++ b/android/PhysicalWeb/app/version.properties @@ -1,5 +1,5 @@ -#Mon Nov 03 12:39:21 PST 2014 +#Fri Nov 07 10:11:19 PST 2014 MAJOR=0 MINOR=1 -BUILD=692 +BUILD=731 PATCH=0