Skip to content

Commit

Permalink
Pull new SDK to fix signup bug
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanw committed Mar 25, 2016
1 parent 4b56ca1 commit 0ec04ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
}

//compile project(':sdk') // uncomment me to build locally
compile "mil.nga.giat.mage:sdk:5.0.1" // comment me to build locally
compile "mil.nga.giat.mage:sdk:5.0.2" // comment me to build locally
compile "mil.nga.geopackage:geopackage-android:1.1.1"
compile 'com.android.support:multidex:1.0.1'
compile 'com.android.support:support-v4:23.1.1'
Expand Down
4 changes: 2 additions & 2 deletions mage/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="mil.nga.giat.mage"
android:versionCode="12"
android:versionName="5.0.1">
android:versionCode="13"
android:versionName="5.0.2">

<permission
android:name="mil.nga.giat.mage.permission.MAPS_RECEIVE"
Expand Down

0 comments on commit 0ec04ee

Please sign in to comment.