diff --git a/android/app/build.gradle b/android/app/build.gradle index f299a0c06..ebb8b0e35 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -90,7 +90,7 @@ android { applicationId "com.nowucsandiego" minSdkVersion 18 targetSdkVersion 23 - versionCode 1 + versionCode 2 versionName "1.0" ndk { abiFilters "armeabi-v7a", "x86" @@ -152,4 +152,4 @@ dependencies { task copyDownloadableDepsToLibs(type: Copy) { from configurations.compile into 'libs' -} \ No newline at end of file +}