[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #9 from MapsPeople/2.3.0/upped_indooratlas
Browse files Browse the repository at this point in the history
Removed crashlytics requirement from manifest and upped indooratlas
  • Loading branch information
fhansenMP committed Jan 10, 2022
2 parents c427f91 + 5f53e26 commit b4367d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ dependencies {

implementation "com.google.firebase:firebase-crashlytics:17.2.2"

implementation "com.indooratlas.android:indooratlas-android-sdk:3.3.6"
implementation "com.indooratlas.android:indooratlas-android-sdk:3.4.10@aar"

implementation "com.squareup.picasso:picasso:2.71828"
implementation "com.karumi:dexter:5.0.0"
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@
<meta-data
android:name="com.google.android.maps.v2.API_KEY"
android:value="@string/google_maps_key" />
<meta-data
android:name="firebase_crashlytics_collection_enabled"
android:value="${crashlyticsCollectionEnabled}"/>

<activity
android:name=".ui.splashscreen.SplashScreenActivity"
Expand Down

0 comments on commit b4367d5

Please sign in to comment.