Skip to content

Commit deca570

Browse files
authored
Updated SDK versions and Java compatibility (#2393)
1 parent 9b993c0 commit deca570

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ android {
4848
abortOnError = false
4949
}
5050
compileOptions {
51-
sourceCompatibility = JavaVersion.VERSION_11
52-
targetCompatibility = JavaVersion.VERSION_11
51+
sourceCompatibility = JavaVersion.VERSION_17
52+
targetCompatibility = JavaVersion.VERSION_17
5353
}
5454
}
5555

@@ -62,7 +62,7 @@ dependencies {
6262
implementation("androidx.recyclerview:recyclerview:1.3.2")
6363
implementation("com.google.android.material:material:1.11.0")
6464
implementation("androidx.preference:preference:1.2.1")
65-
implementation("androidx.browser:browser:1.7.0")
65+
implementation("androidx.browser:browser:1.8.0")
6666
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
6767

6868
// Custom tools libraries
@@ -90,7 +90,7 @@ dependencies {
9090
implementation("com.squareup.picasso:picasso:2.71828")
9191

9292
// OKHTTP
93-
implementation("com.squareup.okhttp3:okhttp:4.9.3")
93+
implementation("com.squareup.okhttp3:okhttp:4.12.0")
9494

9595
// ButterKnife
9696
val butterKnifeVersion = "10.2.3"

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ buildscript {
99
}
1010

1111
plugins {
12-
id("com.android.application") version "8.1.2" apply false
12+
id("com.android.application") version "8.3.0" apply false
1313
}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed May 24 12:24:11 IST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)