mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-04 00:13:20 +08:00
test: synced androidx gradle versions to the same version as the android test (#959)
This commit is contained in:
parent
43a6805902
commit
1ce2b6b315
@ -55,3 +55,6 @@ dependencies {
|
|||||||
exclude group: 'androidx.test.espresso', module: 'androidx.annotation'
|
exclude group: 'androidx.test.espresso', module: 'androidx.annotation'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
repositories {
|
||||||
|
jcenter()
|
||||||
|
}
|
||||||
|
@ -28,7 +28,7 @@ buildscript {
|
|||||||
// 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
|
||||||
|
|
||||||
classpath 'com.android.tools.build:gradle:3.3.0'
|
classpath 'com.android.tools.build:gradle:3.5.3'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,5 +17,5 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
wrapper {
|
wrapper {
|
||||||
gradleVersion = '4.10.3'
|
gradleVersion = '6.1'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user