Skip to content

Commit 35ffcb1

Browse files
jushgithub-actions[bot]
authored andcommitted
Use version.py instead of persist SDK Version Gradle Plugin (#4714)
The [persist SDK version Gradle plugin](https://github.com/mapbox/android-sdk-versions-plugin/tree/master) was getting obsolete and it's blocking the upgrade to Gradle 8.x. Decided to move its logic to `version.py`. Moreover, we now put the generated files under version control. cc @mapbox/sdk-ci cc @mapbox/core-sdk cc @mapbox/maps-android cc @mapbox/gl-native GitOrigin-RevId: 1932363ea0aa57544de9fdff1fa6b4616ae9bce4
1 parent 4fbcdfd commit 35ffcb1

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ release-docs.zip
2525
/tmp/checksum.txt
2626
api_compat_report/
2727
logs/
28-
**/src/main/assets/sdk_versions/

maps-sdk/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
plugins {
22
id("com.mapbox.gradle.library")
33
id("com.jaredsburrows.license")
4-
// FIXME https://mapbox.atlassian.net/browse/MAPSAND-794
5-
//id("com.mapbox.android.sdk.versions")
64
}
75

86
mapboxLibrary {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
maps-sdk/11.14.0-SNAPSHOT-06-23--07-11.git-9cf0aa9

0 commit comments

Comments
 (0)