Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Apr 18, 2022
1 parent 8ba4c4b commit 4b37557
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tiapp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<sdk-version>10.1.1.GA</sdk-version>
<id>org.piwik.mobile2</id>
<name>Matomo Mobile 2</name>
<version>2.5.0</version>
<version>2.5.1</version>
<publisher>thomassteur</publisher>
<url>https://matomo.org/mobile</url>
<description>Need your analytics on the go? Use our free Matomo Mobile (formerly Piwik Mobile) app to check your stats from anywhere and show them to colleagues in meetings. Matomo Mobile offers all the same reports as the Matomo (Piwik) desktop interface, and displays your visitor data in real time!</description>
<copyright>2021 by matomo</copyright>
<copyright>2022 by matomo</copyright>
<icon>appicon.png</icon>
<persistent-wifi>false</persistent-wifi>
<prerendered-icon>true</prerendered-icon>
Expand Down Expand Up @@ -49,7 +49,7 @@
</plist>
</ios>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:installLocation="preferExternal" android:versionCode="25" android:versionName="2.5.0">
<manifest android:installLocation="preferExternal" android:versionCode="31" android:versionName="2.5.1">
<application android:theme="@style/Theme.PiwikTheme">
<activity android:configChanges="keyboardHidden|orientation|screenSize" android:label="@string/app_name" android:name=".MatomoMobile2Activity" android:theme="@style/Theme.PiwikTheme">
<intent-filter>
Expand All @@ -59,7 +59,7 @@
</activity>
</application>
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" xlargeScreens="true"/>
<uses-sdk android:installLocation="preferExternal" android:minSdkVersion="26" android:targetSdkVersion="30"/>
<uses-sdk android:installLocation="preferExternal" android:minSdkVersion="29" android:targetSdkVersion="31"/>
</manifest>
</android>
<plugins>
Expand Down

0 comments on commit 4b37557

Please sign in to comment.