File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/reactive_ble_mobile/android Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ buildscript {
1313 }
1414
1515 dependencies {
16- classpath ' com.android.tools.build:gradle:7.0.2 '
17- classpath ' com.google.protobuf:protobuf-gradle-plugin:0.8.14 '
16+ classpath ' com.android.tools.build:gradle:7.0.3 '
17+ classpath ' com.google.protobuf:protobuf-gradle-plugin:0.8.17 '
1818 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1919 classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:$detekt_version "
2020 classpath " de.mannodermaus.gradle.plugins:android-junit5:1.7.1.1"
@@ -79,7 +79,7 @@ detekt {
7979
8080protobuf {
8181 protoc {
82- artifact = ' com.google.protobuf:protoc:3.13.0 '
82+ artifact = ' com.google.protobuf:protoc:3.18.1 '
8383 }
8484
8585 generateProtoTasks {
@@ -96,7 +96,7 @@ protobuf {
9696dependencies {
9797 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
9898 implementation ' com.polidea.rxandroidble2:rxandroidble:1.13.0'
99- implementation ' com.google.protobuf:protobuf-javalite:3.14.0 '
99+ implementation ' com.google.protobuf:protobuf-javalite:3.18.1 '
100100 implementation ' io.reactivex.rxjava2:rxkotlin:2.4.0'
101101 implementation ' io.reactivex.rxjava2:rxandroid:2.1.1'
102102
You can’t perform that action at this time.
0 commit comments