mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-12 19:06:50 +00:00
update gradle build file to latest android support and gradle tools
This commit is contained in:
parent
006e091f91
commit
f51cc2fdbe
@ -1,15 +1,17 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.2.2'
|
||||
classpath 'com.android.tools.build:gradle:3.2.0'
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
@ -18,8 +20,8 @@ apply plugin: 'com.android.application'
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile 'com.android.support:appcompat-v7:25.0.1'
|
||||
compile 'com.android.support:design:25.0.1'
|
||||
compile 'com.android.support:appcompat-v7:28.0.0'
|
||||
compile 'com.android.support:design:28.0.0'
|
||||
}
|
||||
|
||||
android {
|
||||
|
Loading…
x
Reference in New Issue
Block a user