Skip to content

Commit f95dd18

Browse files
committed
dev commit
1 parent f8fd7fa commit f95dd18

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 11 additions & 11 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 104
13-
versionName "4.6"
12+
versionCode 109
13+
versionName "4.7"
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.1"
45+
kotlinCompilerExtensionVersion "1.5.4"
4646
}
4747
packagingOptions {
4848
resources {
@@ -59,19 +59,19 @@ dependencies {
5959
testImplementation 'junit:junit:4.13.2'
6060
implementation 'androidx.cardview:cardview:1.0.0'
6161
androidTestImplementation 'androidx.test:runner:1.5.2'
62-
implementation 'com.google.android.material:material:1.11.0-alpha02'
62+
implementation 'com.google.android.material:material:1.11.0-beta01'
6363
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
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.1"
68-
implementation 'androidx.compose.material3:material3:1.2.0-alpha07'
69-
implementation "androidx.compose.material3:material3-window-size-class:1.2.0-alpha07"
67+
implementation "androidx.compose.ui:ui:1.5.4"
68+
implementation 'androidx.compose.material3:material3:1.2.0-alpha10'
69+
implementation "androidx.compose.material3:material3-window-size-class:1.2.0-alpha10"
7070
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.2'
71-
implementation 'androidx.activity:activity-compose:1.7.2'
72-
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.5.1"
73-
debugImplementation 'androidx.compose.ui:ui-tooling:1.5.1'
74-
implementation "androidx.compose.ui:ui-tooling-preview:1.5.1"
71+
implementation 'androidx.activity:activity-compose:1.8.0'
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"
7575
implementation "com.google.accompanist:accompanist-systemuicontroller:0.28.0"
7676
}
7777

app/src/main/java/com/roottools/rootchecker/activities/MainActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ package com.roottools.rootchecker.activities
2121
import android.graphics.Color
2222
import android.os.Bundle
2323
import androidx.appcompat.app.AppCompatActivity
24-
import com.bharathvishal.textfileviewer.MainComponent.TextReaderModule
2524
import com.google.android.material.color.DynamicColors
2625
import com.roottools.rootchecker.ConstantsUtilities.Constants
2726
import com.roottools.rootchecker.ConstantsUtilities.RootUtilities

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.0'
4+
ext.kotlin_version = '1.9.20'
55
repositories {
66
google()
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:8.1.1'
10+
classpath 'com.android.tools.build:gradle:8.1.3'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212

1313
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)