Build tools 33.0.0. Update test fixture dependencies.

This commit is contained in:
Yang
2022-06-17 23:54:56 +10:00
parent f1d9765a2a
commit a9c993651c
4 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.6.21'
ext.kotlin_version = '1.7.0'
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
@@ -18,7 +18,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}