mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-01-03 12:16:26 +01:00
Version info updated.
This commit is contained in:
parent
a7eba321bb
commit
e436e83c1d
7 changed files with 26 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="preferExternal" package="com.hauffware.sharee" android:versionName="3.0.238" android:versionCode="238">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="preferExternal" package="com.hauffware.sharee" android:versionName="3.0.240" android:versionCode="240">
|
||||||
<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="30" />
|
<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="30" />
|
||||||
<!-- Google Maps related permissions -->
|
<!-- Google Maps related permissions -->
|
||||||
<permission android:name="com.ecs.google.maps.v2.actionbarsherlock.permission.MAPS_RECEIVE" android:protectionLevel="signature" />
|
<permission android:name="com.ecs.google.maps.v2.actionbarsherlock.permission.MAPS_RECEIVE" android:protectionLevel="signature" />
|
||||||
|
|
|
@ -49,8 +49,8 @@
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>sharee.bike</string>
|
<string>sharee.bike</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>239</string>
|
<string>240</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>3.0.239</string>
|
<string>3.0.240</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
@ -409,9 +409,11 @@ namespace TINK.Model
|
||||||
{
|
{
|
||||||
new Version(3, 0, 239),
|
new Version(3, 0, 239),
|
||||||
AppResources.ChangeLog3_0_239
|
AppResources.ChangeLog3_0_239
|
||||||
|
},
|
||||||
|
{
|
||||||
|
new Version(3, 0, 240),
|
||||||
|
AppResources.ChangeLog3_0_240
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <summary> Manges the whats new information.</summary>
|
/// <summary> Manges the whats new information.</summary>
|
||||||
|
|
|
@ -733,6 +733,15 @@ namespace TINK.MultilingualResources {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to Find bike by id functionality added..
|
||||||
|
/// </summary>
|
||||||
|
public static string ChangeLog3_0_240 {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("ChangeLog3_0_240", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Lock of rented bike can not be found..
|
/// Looks up a localized string similar to Lock of rented bike can not be found..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -610,4 +610,7 @@ Layout Anzeige Radnamen und nummern verbessert.</value>
|
||||||
<data name="ActivityTextFindBikeLoadingBikes" xml:space="preserve">
|
<data name="ActivityTextFindBikeLoadingBikes" xml:space="preserve">
|
||||||
<value>Lade Räder...</value>
|
<value>Lade Räder...</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ChangeLog3_0_240" xml:space="preserve">
|
||||||
|
<value>Wahl eines Rads über die Radnummer hinzugefügt.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -706,4 +706,7 @@ Layout of bike names and id display improved.</value>
|
||||||
<data name="ActivityTextFindBikeLoadingBikes" xml:space="preserve">
|
<data name="ActivityTextFindBikeLoadingBikes" xml:space="preserve">
|
||||||
<value>Loading Bikes...</value>
|
<value>Loading Bikes...</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ChangeLog3_0_240" xml:space="preserve">
|
||||||
|
<value>Find bike by id functionality added.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -817,6 +817,10 @@ Layout Anzeige Radnamen und nummern verbessert.</target>
|
||||||
<source>Loading Bikes...</source>
|
<source>Loading Bikes...</source>
|
||||||
<target state="translated">Lade Räder...</target>
|
<target state="translated">Lade Räder...</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="ChangeLog3_0_240" translate="yes" xml:space="preserve">
|
||||||
|
<source>Find bike by id functionality added.</source>
|
||||||
|
<target state="translated">Wahl eines Rads über die Radnummer hinzugefügt.</target>
|
||||||
|
</trans-unit>
|
||||||
</group>
|
</group>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|
Loading…
Reference in a new issue