Skip to content

Commit

Permalink
add Gradle dependency for core.
Browse files Browse the repository at this point in the history
  • Loading branch information
chi-yeung committed Feb 21, 2023
1 parent a684d52 commit 7014fef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Java/AerisDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ 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
}
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
exclude group: 'com.android.support', module: 'support-annotations'
})
Expand Down

0 comments on commit 7014fef

Please sign in to comment.