File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
5656dependencies {
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'
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
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}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
45networkTimeout =10000
56validateDistributionUrl =true
67zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments