|
@@ -55,10 +55,15 @@ android {
|
|
|
}
|
|
}
|
|
|
play {
|
|
play {
|
|
|
serviceAccountCredentials = file(project.extra["RELEASE_GPP_KEY"] as String)
|
|
serviceAccountCredentials = file(project.extra["RELEASE_GPP_KEY"] as String)
|
|
|
- track = "beta"
|
|
|
|
|
- userFraction = 0.5
|
|
|
|
|
|
|
+ track = "production"
|
|
|
|
|
+ userFraction = 0.2
|
|
|
releaseStatus = "inProgress"
|
|
releaseStatus = "inProgress"
|
|
|
defaultToAppBundles = true
|
|
defaultToAppBundles = true
|
|
|
|
|
+
|
|
|
|
|
+ resolutionStrategy = "auto"
|
|
|
|
|
+ outputProcessor { // this: ApkVariantOutput
|
|
|
|
|
+ versionNameOverride = "$versionNameOverride.$versionCode"
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
dependencies {
|
|
dependencies {
|
|
|
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
|
|
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
|