mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 02:36:24 -04:00
update play publisher and build tools
This commit is contained in:
parent
49367ee469
commit
24d265420d
@ -27,7 +27,7 @@ buildscript {
|
||||
plugins {
|
||||
id("com.android.application")
|
||||
id("checkstyle")
|
||||
id("com.github.triplet.play") version("2.2.1")
|
||||
id("com.github.triplet.play") version("2.4.1")
|
||||
}
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-android-extensions'
|
||||
@ -475,7 +475,6 @@ play {
|
||||
enabled = true
|
||||
serviceAccountCredentials = file("../google.json")
|
||||
track = "alpha"
|
||||
releaseStatus = "draft"
|
||||
resolutionStrategy = "fail"
|
||||
}
|
||||
|
||||
|
@ -4,7 +4,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath("com.android.tools.build:gradle:3.4.1")
|
||||
classpath("com.android.tools.build:gradle:3.5.0")
|
||||
classpath("com.dicedmelon.gradle:jacoco-android:0.1.4")
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
@ -12,7 +12,7 @@ buildscript {
|
||||
}
|
||||
|
||||
ext {
|
||||
set("androidGradlePluginVersion", "3.4.1")
|
||||
set("androidGradlePluginVersion", "3.5.0")
|
||||
set("testdroidGradlePluginVersion", "2.63.0")
|
||||
set("appCompatVersion", "1.0.2")
|
||||
set("materialVersion", "1.0.0")
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.1-all.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user