mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
update play publisher and build tools
This commit is contained in:
parent
49367ee469
commit
24d265420d
@ -27,7 +27,7 @@ buildscript {
|
|||||||
plugins {
|
plugins {
|
||||||
id("com.android.application")
|
id("com.android.application")
|
||||||
id("checkstyle")
|
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'
|
||||||
apply plugin: 'kotlin-android-extensions'
|
apply plugin: 'kotlin-android-extensions'
|
||||||
@ -475,7 +475,6 @@ play {
|
|||||||
enabled = true
|
enabled = true
|
||||||
serviceAccountCredentials = file("../google.json")
|
serviceAccountCredentials = file("../google.json")
|
||||||
track = "alpha"
|
track = "alpha"
|
||||||
releaseStatus = "draft"
|
|
||||||
resolutionStrategy = "fail"
|
resolutionStrategy = "fail"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ buildscript {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
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")
|
classpath("com.dicedmelon.gradle:jacoco-android:0.1.4")
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
@ -12,7 +12,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
set("androidGradlePluginVersion", "3.4.1")
|
set("androidGradlePluginVersion", "3.5.0")
|
||||||
set("testdroidGradlePluginVersion", "2.63.0")
|
set("testdroidGradlePluginVersion", "2.63.0")
|
||||||
set("appCompatVersion", "1.0.2")
|
set("appCompatVersion", "1.0.2")
|
||||||
set("materialVersion", "1.0.0")
|
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
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
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