Skip to content

Commit

Permalink
revert common.so changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ank27 committed Feb 23, 2022
1 parent c1fd340 commit 181cc5f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mapView.location2.puckBearingEnabled = false
* Fix shimmering artifact when pitched raster tiles with compressed textures are rendered. ([#1160](https://github.com/mapbox/mapbox-maps-android/pull/1160))

## Dependencies
* Bump gl-native to 10.4.0-beta.1, mapbox-common to v21.2.0-beta.1 ([#1160](https://github.com/mapbox/mapbox-maps-android/pull/1160))
* Bump gl-native to 10.4.0-beta.2, mapbox-common to v21.2.0-beta.1 ([#1160](https://github.com/mapbox/mapbox-maps-android/pull/1160), [#1175](https://github.com/mapbox/mapbox-maps-android/pull/1175))
* Update android gradle plugin to v7.0.4, gradle version to v7.0.2, Gradle licence plugin to 0.8.80, Kotlin gradle plugin to 1.5.31, Jacoco to 0.8.7. ([#1118](https://github.com/mapbox/mapbox-maps-android/pull/1118))

# 10.3.0 February 10, 2022
Expand Down
1 change: 0 additions & 1 deletion android-auto-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ android {
if (buildFromSource.toBoolean()) {
jniLibs.pickFirsts.add("**/libc++_shared.so")
}
jniLibs.pickFirsts.add("**/libmapbox-common.so")
}
}

Expand Down
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ android {
if (buildFromSource.toBoolean()) {
jniLibs.pickFirsts.add("**/libc++_shared.so")
}
jniLibs.pickFirsts.add("**/libmapbox-common.so")
}
}

Expand Down
1 change: 0 additions & 1 deletion extension-style-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ android {
if (buildFromSource.toBoolean()) {
jniLibs.pickFirsts.add("**/libc++_shared.so")
}
jniLibs.pickFirsts.add("**/libmapbox-common.so")
}
}

Expand Down
3 changes: 0 additions & 3 deletions sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ android {
targetCompatibility = JavaVersion.VERSION_1_8
}
}
packagingOptions {
jniLibs.pickFirsts.add("**/libmapbox-common.so")
}
sourceSets {
// limit amount of exposed library resources
getByName("main").res.srcDirs("src/main/res-public")
Expand Down

0 comments on commit 181cc5f

Please sign in to comment.