Skip to content

Commit 0e3fe0e

Browse files
committed
Updated agp and fixed build issue
1 parent c0563a2 commit 0e3fe0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ plugins {
99

1010
android {
1111
namespace = "com.mubarak.wikinews"
12-
compileSdk = 34
12+
compileSdk = 35
1313

1414
defaultConfig {
1515
applicationId = "com.mubarak.wikinews"
1616
minSdk = 21
17-
targetSdk = 34
17+
targetSdk = 35
1818
versionCode = 1
1919
versionName = "1.0"
2020

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.5.0"
2+
agp = "8.5.2"
33
browser = "1.8.0"
44
coilCompose = "2.7.0"
55
datastorePreferences = "1.1.1"

0 commit comments

Comments
 (0)