Increase versionCode to 8 for plugins
This commit is contained in:
parent
4a48b7119d
commit
53b8207c03
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="net.osmand.nauticalPlugin"
|
package="net.osmand.nauticalPlugin"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
android:versionCode="7"
|
android:versionCode="8"
|
||||||
android:versionName="1.0" >
|
android:versionName="1.0" >
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="16" />
|
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="16" />
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="net.osmand.parkingPlugin"
|
package="net.osmand.parkingPlugin"
|
||||||
android:versionCode="7"
|
android:versionCode="8"
|
||||||
android:versionName="1.0" >
|
android:versionName="1.0" >
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="16" />
|
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="16" />
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="net.osmand.srtmPlugin.paid"
|
package="net.osmand.srtmPlugin.paid"
|
||||||
android:versionCode="7"
|
android:versionCode="8"
|
||||||
android:versionName="1.0" >
|
android:versionName="1.0" >
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="16" />
|
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="16" />
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="net.osmand.skimapsPlugin"
|
package="net.osmand.skimapsPlugin"
|
||||||
android:versionCode="7"
|
android:versionCode="8"
|
||||||
android:versionName="1.0" >
|
android:versionName="1.0" >
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="16" />
|
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="16" />
|
||||||
|
|
Loading…
Reference in a new issue