Skip to content

Commit 0ec04ee

Browse files
committed
Pull new SDK to fix signup bug
1 parent 4b56ca1 commit 0ec04ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mage/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies {
8989
}
9090

9191
//compile project(':sdk') // uncomment me to build locally
92-
compile "mil.nga.giat.mage:sdk:5.0.1" // comment me to build locally
92+
compile "mil.nga.giat.mage:sdk:5.0.2" // comment me to build locally
9393
compile "mil.nga.geopackage:geopackage-android:1.1.1"
9494
compile 'com.android.support:multidex:1.0.1'
9595
compile 'com.android.support:support-v4:23.1.1'

mage/src/main/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="mil.nga.giat.mage"
4-
android:versionCode="12"
5-
android:versionName="5.0.1">
4+
android:versionCode="13"
5+
android:versionName="5.0.2">
66

77
<permission
88
android:name="mil.nga.giat.mage.permission.MAPS_RECEIVE"

0 commit comments

Comments
 (0)