mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-11 16:37:18 -04:00
update android tools to 3.4.1
This commit is contained in:
parent
1b866d6903
commit
4e572fb8d6
@ -4,7 +4,7 @@ buildscript {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath("com.android.tools.build:gradle:3.3.2")
|
classpath("com.android.tools.build:gradle:3.4.1")
|
||||||
|
|
||||||
// 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.3.0")
|
set("androidGradlePluginVersion", "3.4.1")
|
||||||
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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user