move versionCode to app/build.gradle to match versionName
on @mvdan's request
This commit is contained in:
parent
f1a31a7fe3
commit
086ff54b5f
@ -160,6 +160,7 @@ android {
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
versionCode 100007
|
||||
versionName getVersionName()
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user