Skip to content

Commit

Permalink
Bump minSDK to 21 and remove mistakenly submitted files adding them t… (
Browse files Browse the repository at this point in the history
#630)

Co-authored-by: Artak Kalantarian <[email protected]>
  • Loading branch information
artakka and Artak Kalantarian authored Dec 22, 2022
1 parent afdb8f5 commit eff76f8
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 21 deletions.
2 changes: 1 addition & 1 deletion benchmark/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {

defaultConfig {
applicationId = 'com.mapbox.mapboxsdk.maps.benchmark_runner'
minSdkVersion 14
minSdkVersion 21
targetSdkVersion 33
def abi = 'all'
if (project.hasProperty('mapbox.abis')) {
Expand Down
3 changes: 2 additions & 1 deletion platform/android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ MapLibre welcomes participation and contributions from everyone. Please read [`C

### 🐞 Bug fixes

* Increment minSdkVersion from 14 to 21, as it covers 99.2%% of the newer devices since 2014
* and lessens the backward compatibility burden ([630](https://github.com/maplibre/maplibre-gl-native/pull/630))
* Catches NaN for onMove event ([621](https://github.com/maplibre/maplibre-gl-native/pull/621))

### ⛵ Dependencies

* Add your pull request...
* Revert "Revert "Gradle update"" - Update Gradle from v3 to v7 ([#619](https://github.com/maplibre/maplibre-gl-native/pull/619))

## 9.6.0 - December 18, 2022
Expand Down
2 changes: 2 additions & 0 deletions platform/android/MapboxGLAndroidSDK/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
dependency-graph-mapbox-libraries.png
src/test/resources/mobile-event*
local.properties

8 changes: 0 additions & 8 deletions platform/android/MapboxGLAndroidSDK/local.properties

This file was deleted.

2 changes: 2 additions & 0 deletions platform/android/MapboxGLAndroidSDKLint/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/build
local.properties

8 changes: 0 additions & 8 deletions platform/android/MapboxGLAndroidSDKLint/local.properties

This file was deleted.

4 changes: 3 additions & 1 deletion platform/android/MapboxGLAndroidSDKTestApp/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
lint-baseline.xml
lint/lint-baseline-local.xml
lint/lint-baseline-local.xml
local.properties

2 changes: 1 addition & 1 deletion platform/android/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {

androidVersions = [
minSdkVersion : 14,
minSdkVersion : 21,
targetSdkVersion : 33,
compileSdkVersion: 33,
]
Expand Down
2 changes: 1 addition & 1 deletion render-test/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {

defaultConfig {
applicationId = 'com.mapbox.mapboxsdk.maps.render_test_runner'
minSdkVersion 14
minSdkVersion 21
targetSdkVersion 33
def abi = 'all'
if (project.hasProperty('mapbox.abis')) {
Expand Down

0 comments on commit eff76f8

Please sign in to comment.