Skip to content

Commit 4139ced

Browse files
author
Remon Helmond
committed
bump protobuf android artifacts so it adds the correct binary for m1 processors
1 parent 37b0c6c commit 4139ced

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/reactive_ble_mobile/android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

8080
protobuf {
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 {
9696
dependencies {
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

0 commit comments

Comments
 (0)