Skip to content

Commit

Permalink
chore: bump kotlin to 1.9.25, protobuf to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brenodt committed Sep 14, 2024
1 parent 5f5bf65 commit 4622890
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 4 additions & 0 deletions qaul_ui/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
// https://developer.android.com/topic/libraries/view-binding/migration#kts
buildFeatures {
viewBinding = true
}

kotlinOptions {
jvmTarget = '1.8'
Expand Down
3 changes: 0 additions & 3 deletions qaul_ui/android/blemodule/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'com.android.library'
id 'kotlin-android'
id 'kotlin-android-extensions'
id 'com.google.protobuf'
}

Expand Down Expand Up @@ -41,8 +40,6 @@ android {
defaultConfig {
minSdk 26
targetSdk 31
versionCode 1
versionName "1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 0 additions & 2 deletions qaul_ui/android/libqaul/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ android {
defaultConfig {
minSdk 26
targetSdk 31
versionCode 1
versionName "1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
6 changes: 3 additions & 3 deletions qaul_ui/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.1.2" apply false
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
id "com.google.protobuf" version "0.8.18" apply false
id "com.android.application" version '7.4.2' apply false
id "org.jetbrains.kotlin.android" version "1.9.25" apply false
id "com.google.protobuf" version "0.9.4" apply false
}

include ":app"
Expand Down

0 comments on commit 4622890

Please sign in to comment.