Skip to content

Commit 10c3145

Browse files
committed
Dev commit
Upgraded Gradle Plugin to 8.3.1. Updated all internal dependencies.
1 parent 293ed2c commit 10c3145

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

app/build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "com.roottools.rootchecker"
1010
minSdkVersion 23
1111
targetSdkVersion 34
12-
versionCode 110
13-
versionName "4.8"
12+
versionCode 112
13+
versionName "4.9"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
vectorDrawables {
1616
useSupportLibrary true
@@ -42,7 +42,7 @@ android {
4242
jvmTarget = '17'
4343
}
4444
composeOptions {
45-
kotlinCompilerExtensionVersion "1.5.7"
45+
kotlinCompilerExtensionVersion "1.5.11"
4646
}
4747
packagingOptions {
4848
resources {
@@ -64,14 +64,14 @@ dependencies {
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565
implementation 'androidx.core:core-splashscreen:1.0.1'
6666
implementation 'androidx.core:core-ktx:1.12.0'
67-
implementation "androidx.compose.ui:ui:1.5.4"
68-
implementation 'androidx.compose.material3:material3:1.2.0-beta01'
69-
implementation "androidx.compose.material3:material3-window-size-class:1.2.0-beta01"
70-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.2'
67+
implementation "androidx.compose.ui:ui:1.6.5"
68+
implementation 'androidx.compose.material3:material3:1.2.1'
69+
implementation "androidx.compose.material3:material3-window-size-class:1.2.1"
70+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
7171
implementation 'androidx.activity:activity-compose:1.8.2'
72-
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.5.4"
73-
debugImplementation 'androidx.compose.ui:ui-tooling:1.5.4'
74-
implementation "androidx.compose.ui:ui-tooling-preview:1.5.4"
72+
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.6.5"
73+
debugImplementation 'androidx.compose.ui:ui-tooling:1.6.5'
74+
implementation "androidx.compose.ui:ui-tooling-preview:1.6.5"
7575
implementation "com.google.accompanist:accompanist-systemuicontroller:0.28.0"
7676
}
7777

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.9.21'
4+
ext.kotlin_version = '1.9.23'
55
repositories {
66
google()
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:8.2.0'
10+
classpath 'com.android.tools.build:gradle:8.3.1'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212

1313
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Oct 04 12:07:38 IST 2022
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

0 commit comments

Comments
 (0)