We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0563a2 commit 0e3fe0eCopy full SHA for 0e3fe0e
app/build.gradle.kts
@@ -9,12 +9,12 @@ plugins {
9
10
android {
11
namespace = "com.mubarak.wikinews"
12
- compileSdk = 34
+ compileSdk = 35
13
14
defaultConfig {
15
applicationId = "com.mubarak.wikinews"
16
minSdk = 21
17
- targetSdk = 34
+ targetSdk = 35
18
versionCode = 1
19
versionName = "1.0"
20
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-agp = "8.5.0"
+agp = "8.5.2"
3
browser = "1.8.0"
4
coilCompose = "2.7.0"
5
datastorePreferences = "1.1.1"
0 commit comments