Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit ae48d26

Browse files
author
Langston Smith
authored
Gradle Play Publisher plugin adjustments (#1198)
1 parent 0a004ce commit ae48d26

File tree

13 files changed

+12
-6
lines changed

13 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
## 8.2.1-3 - August 13, 2019
6+
7+
* Downgraded gradle version to 3.3.0 #1171
8+
9+
## 8.2.1-2 - August 13, 2019
10+
11+
* Play Publisher Gradle plugin bump to 2.0.0 and refactoring fixes #1169
12+
513
## 8.2.1-1 - August 9, 2019
614

715
* Added CircleCI command to create google services json file in Release job #1166

MapboxAndroidDemo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ android {
100100
}
101101

102102
play {
103-
track = 'alpha'
104-
resolutionStrategy = 'auto'
103+
track = "alpha"
104+
resolutionStrategy = "auto"
105105
serviceAccountCredentials = file("$project.rootDir/android-gl-native-6d21dd280e7b.json")
106106
}
107107

0 commit comments

Comments
 (0)