@@ -3,7 +3,7 @@ version '1.0-SNAPSHOT'
33
44buildscript {
55 ext. detekt_version = ' 1.17.1'
6- ext. kotlin_version = ' 1.5.31 '
6+ ext. kotlin_version = ' 1.8.21 '
77 repositories {
88 google()
99 mavenCentral()
@@ -13,8 +13,8 @@ buildscript {
1313 }
1414
1515 dependencies {
16- classpath ' com.android.tools.build:gradle:7 .0.3 '
17- classpath ' com.google.protobuf:protobuf-gradle-plugin:0.8.17 '
16+ classpath ' com.android.tools.build:gradle:8 .0.2 '
17+ classpath ' com.google.protobuf:protobuf-gradle-plugin:0.9.3 '
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"
@@ -38,7 +38,7 @@ apply plugin: "io.gitlab.arturbosch.detekt"
3838apply plugin : " de.mannodermaus.android-junit5"
3939
4040android {
41- compileSdkVersion 31
41+ compileSdkVersion 33
4242 sourceSets {
4343 main. java. srcDirs + = ' src/main/kotlin'
4444 test. java. srcDirs + = ' src/test/kotlin'
@@ -51,11 +51,13 @@ android {
5151
5252 defaultConfig {
5353 minSdkVersion 21
54- targetSdkVersion 31
54+ targetSdkVersion 33
5555 consumerProguardFiles ' proguard-rules.txt'
5656 }
5757
58- lintOptions {
58+ namespace ' com.signify.hue.flutterreactiveble'
59+
60+ lint {
5961 disable ' InvalidPackage'
6062 }
6163
@@ -79,7 +81,7 @@ detekt {
7981
8082protobuf {
8183 protoc {
82- artifact = ' com.google.protobuf:protoc:3.18.1 '
84+ artifact = ' com.google.protobuf:protoc:3.23.0 '
8385 }
8486
8587 generateProtoTasks {
@@ -96,7 +98,7 @@ protobuf {
9698dependencies {
9799 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
98100 implementation ' com.polidea.rxandroidble2:rxandroidble:1.16.0'
99- implementation ' com.google.protobuf:protobuf-javalite:3.18.1 '
101+ implementation ' com.google.protobuf:protobuf-javalite:3.23.0 '
100102 implementation ' io.reactivex.rxjava2:rxkotlin:2.4.0'
101103 implementation ' io.reactivex.rxjava2:rxandroid:2.1.1'
102104
0 commit comments