rebase continue

This commit is contained in:
zhongchao
2022-03-11 19:47:55 +08:00
parent 32e64310db
commit ffc4d73627
420 changed files with 15 additions and 22753 deletions

View File

@@ -48,7 +48,7 @@ android {
}
protobuf {
protoc {
artifact = rootProject.ext.dependencies.google_protoc
artifact = rootProject.ext.dependencies.protoc
}
generateProtoTasks {
all().each { task ->
@@ -71,7 +71,7 @@ dependencies {
implementation rootProject.ext.dependencies.androidxroomruntime
implementation rootProject.ext.dependencies.androidxroomktx
implementation rootProject.ext.dependencies.androidx_datastore
implementation rootProject.ext.dependencies.google_proto_java
implementation rootProject.ext.dependencies.protobuf_java
implementation rootProject.ext.dependencies.androidxappcompat
implementation rootProject.ext.dependencies.androidxconstraintlayout
implementation rootProject.ext.dependencies.androidxrecyclerview