Skip to content

Commit 3dfdc8a

Browse files
committed
dev commit
- Upgraded gradle plugin to 8.6.0. - Upgraded target and compile SDK to Android 15 (API Level 35). - Updated all internal dependencies.
1 parent 572aa0a commit 3dfdc8a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

app/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ plugins {
66

77
android {
88
namespace = "com.bharathvishal.textfilegeneratorbenchmark"
9-
compileSdk = 34
9+
compileSdk = 35
1010
defaultConfig {
1111
applicationId = "com.bharathvishal.textfilegeneratorbenchmark"
1212
vectorDrawables {
1313
useSupportLibrary = true
1414
}
1515
minSdk = 23
16-
targetSdk = 34
17-
versionCode = 95
18-
versionName = "2.9"
16+
targetSdk = 35
17+
versionCode = 96
18+
versionName = "3.0"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
2121
buildFeatures {
@@ -49,7 +49,7 @@ android {
4949
jvmTarget = "17"
5050
}
5151
composeOptions {
52-
kotlinCompilerExtensionVersion = "1.5.14"
52+
kotlinCompilerExtensionVersion = "1.5.15"
5353
}
5454

5555
packaging {

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.5.0"
2+
agp = "8.6.0"
33
appCompatVer="1.7.0"
44
kotlinxCoroutinesVer="1.7.3"
55
coilVer="2.6.0"
@@ -9,15 +9,15 @@ constraintlayoutVer="2.1.4"
99
coreKtxVer = "1.13.1"
1010
glideVer="4.16.0"
1111
cardViewVer="1.0.0"
12-
compose3MaterialVer="1.2.1"
13-
lifecycleRuntimeKtxVer="2.8.2"
14-
activityComposeVer="1.9.0"
15-
composeUItestVer="1.6.8"
16-
uitoolingVer="1.6.8"
17-
uitoolingpreviewVer="1.6.8"
12+
compose3MaterialVer="1.3.0"
13+
lifecycleRuntimeKtxVer="2.8.5"
14+
activityComposeVer="1.9.2"
15+
composeUItestVer="1.7.1"
16+
uitoolingVer="1.7.1"
17+
uitoolingpreviewVer="1.7.1"
1818
splashScreenVer="1.0.1"
1919
junitVersion = "4.13.2"
20-
materialiconsVer="1.6.8"
20+
materialiconsVer="1.7.1"
2121
espressoCoreVer = "3.6.1"
2222
accompanistVer = "0.28.0"
2323

0 commit comments

Comments
 (0)