Skip to content

Commit b4a01af

Browse files
committed
Update to SDK 36 + dependencies
1 parent f005f71 commit b4a01af

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ android {
55
defaultConfig {
66
applicationId "com.example.deeplviewer"
77
minSdkVersion 21
8-
targetSdkVersion 35
9-
compileSdk 35
8+
targetSdkVersion 36
9+
compileSdk 36
1010
versionCode 41
1111
versionName "8.8"
1212

@@ -56,12 +56,12 @@ android {
5656
dependencies {
5757
implementation fileTree(dir: "libs", include: ["*.jar"])
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
59-
implementation 'androidx.core:core-ktx:1.15.0'
59+
implementation 'androidx.core:core-ktx:1.16.0'
6060
implementation 'androidx.appcompat:appcompat:1.7.0'
61-
implementation "androidx.webkit:webkit:1.12.1"
61+
implementation "androidx.webkit:webkit:1.13.0"
6262
implementation "androidx.preference:preference-ktx:1.2.1"
63-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
64-
implementation 'com.google.errorprone:error_prone_annotations:2.26.0'
63+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0'
64+
implementation 'com.google.errorprone:error_prone_annotations:2.30.0'
6565
implementation 'com.google.android.material:material:1.12.0'
6666
implementation 'com.facebook.shimmer:shimmer:0.5.0'
6767
testImplementation 'junit:junit:4.13.2'

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = '2.0.21'
3+
ext.kotlin_version = '2.1.21'
44
repositories {
55
google()
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.7.2'
9+
classpath 'com.android.tools.build:gradle:8.10.0'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111

1212
// NOTE: Do not place your application dependencies here; they belong
@@ -21,6 +21,6 @@ allprojects {
2121
}
2222
}
2323

24-
task clean(type: Delete) {
24+
tasks.register('clean', Delete) {
2525
delete rootProject.buildDir
2626
}

gradle/wrapper/gradle-wrapper.jar

79 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionSha256Sum=845952a9d6afa783db70bb3b0effaae45ae5542ca2bb7929619e8af49cb634cf
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
45
networkTimeout=10000
56
validateDistributionUrl=true
67
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)