Skip to content

Commit

Permalink
Added Tropical Cyclones Archive endpoint and point data layer support.
Browse files Browse the repository at this point in the history
Added Air Quality and Air Quality Summary endpoints and map layers support.
Added Air Quality demo view.
Updated with SDK v2.6.0 libs.
  • Loading branch information
sshie committed Oct 1, 2018
1 parent 209e3c8 commit 8311d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AerisDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ buildscript {
mavenCentral()
google()
jcenter()
maven { url maven_staging_url }
// maven { url maven_staging_url }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
Expand All @@ -70,7 +70,7 @@ repositories {
mavenCentral()
google()
jcenter()
maven { url maven_staging_url }
// maven { url maven_staging_url }
}
dependencies {
testImplementation 'junit:junit:4.12'
Expand Down
2 changes: 1 addition & 1 deletion AerisDemo/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

org.gradle.jvmargs=-Xmx2048M

maven_staging_url=https://oss.sonatype.org/content/repositories/comaerisweather-1613
maven_staging_url=https://oss.sonatype.org/content/repositories/comaerisweather-1615

0 comments on commit 8311d6d

Please sign in to comment.