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,12 +5,12 @@ plugins {
55
66android {
77 namespace ' com.openwebgal.demo'
8- compileSdk 33
8+ compileSdk 34
99
1010 defaultConfig {
1111 applicationId " com.openwebgal.demo"
1212 minSdk 21
13- targetSdk 33
13+ targetSdk 34
1414 versionCode 1
1515 versionName " 1.0"
1616
@@ -38,7 +38,7 @@ dependencies {
3838 implementation ' androidx.appcompat:appcompat:1.6.1'
3939 implementation ' com.google.android.material:material:1.9.0'
4040 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
41- implementation ' androidx.webkit:webkit:1.6.1 '
41+ implementation ' androidx.webkit:webkit:1.7.0 '
4242 implementation ' androidx.browser:browser:1.5.0'
4343 testImplementation ' junit:junit:4.13.2'
4444 androidTestImplementation ' androidx.test.ext:junit:1.1.5'
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.
22plugins {
3- id ' com.android.application' version ' 8.0.1 ' apply false
4- id ' com.android.library' version ' 8.0.1 ' apply false
3+ id ' com.android.application' version ' 8.1.0 ' apply false
4+ id ' com.android.library' version ' 8.1.0 ' apply false
55 id ' org.jetbrains.kotlin.android' version ' 1.8.0' apply false
66}
You can’t perform that action at this time.
0 commit comments