Skip to content

Commit ae38e3a

Browse files
committed
Release 1.8.3
1 parent d645393 commit ae38e3a

File tree

10 files changed

+19
-5
lines changed

10 files changed

+19
-5
lines changed

UbuduSDK/eclipse/ubudu-android-sdk/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.ubudu.sdk"
4-
android:versionCode="41"
5-
android:versionName="1.8.2" >
4+
android:versionCode="42"
5+
android:versionName="1.8.3" >
66

77
<!-- UbuduSDK requires a minSdkVersion of 18 or above -->
88
<uses-sdk
Binary file not shown.
Binary file not shown.

UbuduSDK/eclipse/ubudu-sdk-demo2/libs/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.ubudu.sdk"
4-
android:versionCode="41"
5-
android:versionName="1.8.2" >
4+
android:versionCode="42"
5+
android:versionName="1.8.3" >
66

77
<!-- UbuduSDK requires a minSdkVersion of 18 or above -->
88
<uses-sdk
Binary file not shown.
Binary file not shown.

UbuduSDK/studio/UbuduSDKDemo/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
compile('com.google.android.gms:play-services:6.+') {
1818
transitive = true
1919
}
20-
compile('com.ubudu.sdk:ubudu-sdk:1.8.2@aar') {
20+
compile('com.ubudu.sdk:ubudu-sdk:1.8.3@aar') {
2121
transitive = true
2222
}
2323
compile fileTree(dir: 'libs', include: ['*.jar'])

ubudu-sdk-specifications.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,13 @@ Modifications
298298
<p>Added methods to customize rules fetching period</p>
299299
<p>Fixed custom notification mechanism after app is killed</p></td>
300300
</tr>
301+
<tr class="odd">
302+
<td align="left">1.8.3</td>
303+
<td align="left">2015-07-14</td>
304+
<td align="left">MG</td>
305+
<td align="left"><p>Custom notification fix when the app is killed</p>
306+
<p>Minor API update for indoor location and mesh</p></td>
307+
</tr>
301308
</tbody>
302309
</table>
303310

ubudu-sdk-user-manual.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,13 @@ Modifications
222222
<p>Added methods to customize rules fetching period</p>
223223
<p>Fixed custom notification mechanism after app is killed</p></td>
224224
</tr>
225+
<tr class="odd">
226+
<td align="left">1.8.3</td>
227+
<td align="left">2015-07-14</td>
228+
<td align="left">Michal Gasztold</td>
229+
<td align="left"><p>Custom notification fix when the app is killed</p>
230+
<p>Minor API update for indoor location and mesh</p></td>
231+
</tr>
225232
</tbody>
226233
</table>
227234

0 commit comments

Comments
 (0)