Skip to content

Commit 91265cf

Browse files
committed
ignore
1 parent 3d30379 commit 91265cf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ plugins {
33
}
44

55
android {
6-
compileSdk 34
6+
compileSdk 35
77
namespace 'in.hridayan.ashell'
88

99
defaultConfig {
1010
applicationId "in.hridayan.ashell"
1111
minSdk 26
12-
targetSdk 34
12+
targetSdk 35
1313
versionCode 54
1414
versionName "v6.1.0"
1515

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
plugins {
2-
id 'com.android.application' version '8.2.1' apply false
3-
id 'com.android.library' version '8.2.1' apply false
2+
id 'com.android.application' version '8.9.1' apply false
3+
id 'com.android.library' version '8.9.1' apply false
44
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ libsu = "6.0.0"
77
glide = "4.16.0"
88
lottie = "6.6.4"
99
gson = "2.12.1"
10-
work = "2.9.0"
10+
work = "2.10.0"
1111
circleimageview = "3.1.0"
1212
javax-annotation = "1.3.2"
1313
junit = "4.13.2"

0 commit comments

Comments
 (0)