move versionCode to app/build.gradle to match versionName

on @mvdan's request
This commit is contained in:
Hans-Christoph Steiner 2016-05-20 12:19:17 +02:00
parent f1a31a7fe3
commit 086ff54b5f
2 changed files with 2 additions and 2 deletions

View File

@ -160,6 +160,7 @@ android {
}
defaultConfig {
versionCode 100007
versionName getVersionName()
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

View File

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fdroid.fdroid"
android:installLocation="auto"
android:versionCode="100007">
android:installLocation="auto">
<uses-sdk
android:minSdkVersion="8"