Skip to content

Commit

Permalink
adjust version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Nov 30, 2021
1 parent 12cac44 commit 8ba4c4b
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.4.12</version>
<version>2.5.0</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>2020 by matomo</copyright>
<copyright>2021 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="22" android:versionName="2.4.12">
<manifest android:installLocation="preferExternal" android:versionCode="25" android:versionName="2.5.0">
<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="24" android:targetSdkVersion="29"/>
<uses-sdk android:installLocation="preferExternal" android:minSdkVersion="26" android:targetSdkVersion="30"/>
</manifest>
</android>
<plugins>
Expand Down

0 comments on commit 8ba4c4b

Please sign in to comment.