Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit e9f7384

Browse files
committed
Merge pull request #519 from nelenkov/master
bumped version for minor release
2 parents 489edbc + 5c1c618 commit e9f7384

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.github.andlyticsproject"
55
android:installLocation="auto"
6-
android:versionCode="233"
7-
android:versionName="2.5.5" >
6+
android:versionCode="238"
7+
android:versionName="2.5.6" >
88

99
<uses-permission android:name="android.permission.INTERNET" />
1010
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

res/raw/changelog.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
</head>
1515
<body>
1616
<ul id="changelog">
17+
<li>v2.5.6
18+
<ul>
19+
<li>Authentication error fix</li>
20+
</ul>
21+
</li>
1722
<li>v2.5.5
1823
<ul>
1924
<li>API update</li>

0 commit comments

Comments
 (0)