Skip to content

Commit

Permalink
GPP is broken at the moment, so set version code manually
Browse files Browse the repository at this point in the history
  • Loading branch information
growse committed Dec 28, 2020
1 parent 7662020 commit d01a792
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ plugins {
val versionMajor = 2
val versionMinor = 2
val versionPatch = 2
//TODO need to increment this manually at the moment, as GPP is broken
val versionBuild = 0 // This value is managed by the gradle publisher plugin. Build numbers get incremented on publish
val googleMapsAPIKey = extra.get("google_maps_api_key")?.toString() ?: "PLACEHOLDER_API_KEY"

Expand Down Expand Up @@ -225,7 +226,7 @@ play {
}
track.set("internal")

resolutionStrategy.set(com.github.triplet.gradle.androidpublisher.ResolutionStrategy.AUTO)
resolutionStrategy.set(com.github.triplet.gradle.androidpublisher.ResolutionStrategy.IGNORE)
}

// Espresso test screenshot gathering
Expand Down

0 comments on commit d01a792

Please sign in to comment.