We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4cf08 commit 21c0c6dCopy full SHA for 21c0c6d
3 files changed
app/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
6
android {
7
namespace = "com.caniwebview.android"
8
- compileSdk = 35
+ compileSdk = 36
9
10
defaultConfig {
11
applicationId = "com.caniwebview.android"
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-agp = "8.8.0"
+agp = "8.11.2"
3
kotlin = "1.9.24"
4
coreKtx = "1.10.1"
junit = "4.13.2"
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Fri Jan 31 20:33:21 CET 2025
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
0 commit comments