Skip to content

Commit

Permalink
Core reference
Browse files Browse the repository at this point in the history
add a reference to core library.
chi-yeung committed Feb 28, 2023
1 parent 7014fef commit 010f781
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Kotlin/AerisSdkDemo/app/build.gradle
Original file line number Diff line number Diff line change
@@ -59,6 +59,11 @@ dependencies {
implementation('com.aerisweather:aeris-maps-lib:2.7.1@aar') {
transitive true
}

implementation('com.aerisweather:aeris-core-lib:2.7.1@aar') {
transitive true
}

implementation 'com.google.android.gms:play-services-maps:18.0.2'
implementation 'com.google.android.gms:play-services-location:21.0.0'
/* ends Aeris */

0 comments on commit 010f781

Please sign in to comment.