Skip to content

Commit

Permalink
2D Map View and 3D Map View are both now fully compatible with Androi…
Browse files Browse the repository at this point in the history
…d Oreo
  • Loading branch information
cmaquaire committed Mar 8, 2018
1 parent b75fa9c commit c3d8bd5
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 44 deletions.
10 changes: 0 additions & 10 deletions SampleApp/.idea/libraries/Insiteo_SDK_3_6_3j_unspecified.xml

This file was deleted.

10 changes: 10 additions & 0 deletions SampleApp/.idea/libraries/Insiteo_SDK_3_6_3k_unspecified.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed SampleApp/Insiteo-SDK-3.6.3i/Insiteo-SDK-3.6.3i.aar
Binary file not shown.
25 changes: 0 additions & 25 deletions SampleApp/Insiteo-SDK-3.6.3i/Insiteo-SDK-3.6.3i.iml

This file was deleted.

2 changes: 0 additions & 2 deletions SampleApp/Insiteo-SDK-3.6.3i/build.gradle

This file was deleted.

2 changes: 0 additions & 2 deletions SampleApp/Insiteo-SDK-3.6.3j/build.gradle

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id=":Insiteo-SDK-3.6.3j" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<module external.linked.project.id=":Insiteo-SDK-3.6.3k" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
<option name="GRADLE_PROJECT_PATH" value=":Insiteo-SDK-3.6.3j" />
<option name="GRADLE_PROJECT_PATH" value=":Insiteo-SDK-3.6.3k" />
</configuration>
</facet>
<facet type="java-gradle" name="Java-Gradle">
Expand Down
2 changes: 2 additions & 0 deletions SampleApp/Insiteo-SDK-3.6.3k/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file('Insiteo-SDK-3.6.3k.aar'))
2 changes: 1 addition & 1 deletion SampleApp/app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="recyclerview-v7-23.1.1" level="project" />
<orderEntry type="library" exported="" name="eventbus-2.4.0" level="project" />
<orderEntry type="library" exported="" name="Insiteo-SDK-3.6.3j-unspecified" level="project" />
<orderEntry type="library" exported="" name="support-v4-23.1.1" level="project" />
<orderEntry type="library" exported="" name="crouton-1.8.5" level="project" />
<orderEntry type="library" exported="" name="Insiteo-SDK-3.6.3k-unspecified" level="project" />
<orderEntry type="library" exported="" name="cardview-v7-23.1.1" level="project" />
<orderEntry type="library" exported="" name="support-annotations-23.1.1" level="project" />
<orderEntry type="library" exported="" name="appcompat-v7-23.1.1" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion SampleApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ dependencies {
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.android.support:cardview-v7:23.1.1'
compile 'de.greenrobot:eventbus:2.4.0'
compile project(':Insiteo-SDK-3.6.3j')
compile project(':Insiteo-SDK-3.6.3k')
}
2 changes: 1 addition & 1 deletion SampleApp/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':Insiteo-SDK-3.6.3j'
include ':app', ':Insiteo-SDK-3.6.3k'
Binary file removed libs/Insiteo-SDK-3.6.3i.aar
Binary file not shown.
Binary file not shown.

0 comments on commit c3d8bd5

Please sign in to comment.