Skip to content

Commit

Permalink
updated the version of the ArcGIS toolkit and changed name
Browse files Browse the repository at this point in the history
  • Loading branch information
psch committed Jun 17, 2020
1 parent 0c4e4ee commit d938ae4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {

defaultConfig {
applicationId "com.paula.displaymap"
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName "1.0"
Expand All @@ -41,8 +41,8 @@ android {
}

dependencies {
implementation 'com.esri.arcgisruntime:arcgis-android:100.7.0'
implementation 'com.esri.arcgisruntime:arcgis-android-toolkit:100.7.0'
implementation 'com.esri.arcgisruntime:arcgis-android:100.8.0'
implementation 'com.esri.arcgisruntime:arcgis-android-toolkit:100.8.0'
//implementation files('D:\\paula\\Documents\\NotFun\\Studium\\6.Semester\\Arcgis sdk experiment\\arcgis-runtime-toolkit-android\\arcgis-android-toolkit\\build\\outputs\\aar\\arcgis-android-toolkit-100.7.0-debug.aar')
implementation fileTree(dir: 'libs', include: ['*.jar'])

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.paula.displaymap">
package="com.paula.nativeAppNew">

<application
android:allowBackup="true"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.paula.displaymap;// Register the listener
package com.paula.nativeAppNew;// Register the listener

import android.location.GpsStatus;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.paula.displaymap;
package com.paula.nativeAppNew;

import androidx.appcompat.app.AppCompatActivity;

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">Display Map</string>
<string name="app_name">BA_native-app_new</string>
<string name="arcgis_portal_url">https://www.arcgis.com</string>
<string name="vricon_integrated_mesh_layer_url">1aa6f7b927f7434aaa23d12d07af553d</string>
<string name="ao_scene">https://ct.maps.arcgis.com/home/item.html?id=51ecead507054e89bd5a4546da8aad19</string>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.paula.displaymap;
package com.paula.nativeAppNew;

import org.junit.Test;

Expand Down

0 comments on commit d938ae4

Please sign in to comment.