File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ android {
48
48
abortOnError = false
49
49
}
50
50
compileOptions {
51
- sourceCompatibility = JavaVersion .VERSION_11
52
- targetCompatibility = JavaVersion .VERSION_11
51
+ sourceCompatibility = JavaVersion .VERSION_17
52
+ targetCompatibility = JavaVersion .VERSION_17
53
53
}
54
54
}
55
55
@@ -62,7 +62,7 @@ dependencies {
62
62
implementation(" androidx.recyclerview:recyclerview:1.3.2" )
63
63
implementation(" com.google.android.material:material:1.11.0" )
64
64
implementation(" androidx.preference:preference:1.2.1" )
65
- implementation(" androidx.browser:browser:1.7 .0" )
65
+ implementation(" androidx.browser:browser:1.8 .0" )
66
66
implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
67
67
68
68
// Custom tools libraries
@@ -90,7 +90,7 @@ dependencies {
90
90
implementation(" com.squareup.picasso:picasso:2.71828" )
91
91
92
92
// OKHTTP
93
- implementation(" com.squareup.okhttp3:okhttp:4.9.3 " )
93
+ implementation(" com.squareup.okhttp3:okhttp:4.12.0 " )
94
94
95
95
// ButterKnife
96
96
val butterKnifeVersion = " 10.2.3"
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ buildscript {
9
9
}
10
10
11
11
plugins {
12
- id(" com.android.application" ) version " 8.1.2 " apply false
12
+ id(" com.android.application" ) version " 8.3.0 " apply false
13
13
}
Original file line number Diff line number Diff line change 1
1
# Wed May 24 12:24:11 IST 2023
2
2
distributionBase =GRADLE_USER_HOME
3
3
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
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments