Skip to content

Commit a32a3a1

Browse files
committed
Dev commit
- Upgraded gradle plugin to 8.3.1 - Updated all internal dependencies.
1 parent a7d5b16 commit a32a3a1

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

TextViewerModule/textviewerexamplemobile/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
compose true
3838
}
3939
composeOptions {
40-
kotlinCompilerExtensionVersion '1.5.7'
40+
kotlinCompilerExtensionVersion '1.5.11'
4141
}
4242
packaging {
4343
resources {
@@ -51,7 +51,7 @@ dependencies {
5151
implementation 'androidx.core:core-ktx:1.12.0'
5252
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
5353
implementation 'androidx.activity:activity-compose:1.8.2'
54-
implementation platform('androidx.compose:compose-bom:2023.08.00')
54+
implementation platform('androidx.compose:compose-bom:2024.04.00')
5555
implementation 'androidx.compose.ui:ui'
5656
implementation 'androidx.compose.ui:ui-graphics'
5757
implementation 'androidx.compose.ui:ui-tooling-preview'
@@ -60,7 +60,7 @@ dependencies {
6060
testImplementation 'junit:junit:4.13.2'
6161
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
6262
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
63-
androidTestImplementation platform('androidx.compose:compose-bom:2023.08.00')
63+
androidTestImplementation platform('androidx.compose:compose-bom:2024.04.00')
6464
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
6565
debugImplementation 'androidx.compose.ui:ui-tooling'
6666
debugImplementation 'androidx.compose.ui:ui-test-manifest'

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
buildscript {
2020
ext {
21-
compose_version = '1.5.7'
21+
compose_version = '1.5.11'
2222
}
2323
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
2424
plugins {
25-
id 'com.android.application' version '8.2.0' apply false
26-
id 'com.android.library' version '8.2.0' apply false
27-
id 'org.jetbrains.kotlin.android' version '1.9.21' apply false
25+
id 'com.android.application' version '8.3.1' apply false
26+
id 'com.android.library' version '8.3.1' apply false
27+
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
2828
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Feb 15 10:28:23 IST 2023
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

textviewermodule/build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
defaultConfig {
2929
minSdk 22
3030
targetSdk 34
31-
versionCode 21
32-
versionName "1.2.6"
31+
versionCode 23
32+
versionName "1.2.7"
3333

3434
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3535
consumerProguardFiles "consumer-rules.pro"
@@ -56,7 +56,7 @@ android {
5656
viewBinding true
5757
}
5858
composeOptions {
59-
kotlinCompilerExtensionVersion '1.5.7'
59+
kotlinCompilerExtensionVersion '1.5.11'
6060
}
6161
packagingOptions {
6262
resources {
@@ -67,7 +67,7 @@ android {
6767

6868
dependencies {
6969
implementation 'androidx.appcompat:appcompat:1.6.1'
70-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2"
70+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
7171
implementation 'androidx.cardview:cardview:1.0.0'
7272
implementation 'androidx.core:core-ktx:1.12.0'
7373
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
@@ -77,15 +77,15 @@ dependencies {
7777
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
7878
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
7979

80-
implementation 'androidx.compose.material3:material3:1.2.0-beta01'
80+
implementation 'androidx.compose.material3:material3:1.2.1'
8181
implementation 'androidx.activity:activity-compose:1.8.2'
82-
debugImplementation "androidx.compose.ui:ui-test-manifest:1.6.0-rc01"
83-
implementation 'androidx.compose.material3:material3:1.2.0-beta01'
84-
implementation "androidx.compose.ui:ui:1.6.0-rc01"
82+
debugImplementation "androidx.compose.ui:ui-test-manifest:1.6.5"
83+
implementation 'androidx.compose.material3:material3:1.2.1'
84+
implementation "androidx.compose.ui:ui:1.6.5"
8585
implementation 'androidx.activity:activity-compose:1.8.2'
86-
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.5.4"
87-
debugImplementation 'androidx.compose.ui:ui-tooling:1.6.0-rc01'
88-
implementation "androidx.compose.ui:ui-tooling-preview:1.6.0-rc01"
89-
implementation 'androidx.compose.material:material-icons-extended:1.6.0-rc01'
86+
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.6.5"
87+
debugImplementation 'androidx.compose.ui:ui-tooling:1.6.5'
88+
implementation "androidx.compose.ui:ui-tooling-preview:1.6.5"
89+
implementation 'androidx.compose.material:material-icons-extended:1.6.5'
9090
implementation "com.google.accompanist:accompanist-systemuicontroller:0.28.0"
9191
}

0 commit comments

Comments
 (0)