Skip to content

Commit 266a6b7

Browse files
committed
Update target SDK and dependencies version
1 parent b08601b commit 266a6b7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55

66
android {
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'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
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
}

0 commit comments

Comments
 (0)