Add print vehicle to car-rs, update android gradle versions

This commit is contained in:
piv
2022-10-15 13:55:21 +10:30
parent 3daa815710
commit 4d8dddbef0
9 changed files with 53 additions and 35 deletions

View File

@@ -3,10 +3,9 @@
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.16'
// NOTE: Do not place your application dependencies here; they belong
@@ -17,7 +16,6 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenLocal()
}
}