Skip to content

Commit 24a215d

Browse files
committed
dev commit
- Upgraded Gradle plugin. - Updated all internal dependencies.
1 parent ae4a20e commit 24a215d

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

.idea/AndroidProjectSystem.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle.kts

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

77
android {
88
namespace = "com.bharathvishal.textfilegeneratorbenchmark"
9-
compileSdk = 35
9+
compileSdk = 36
1010
defaultConfig {
1111
applicationId = "com.bharathvishal.textfilegeneratorbenchmark"
1212
vectorDrawables {
1313
useSupportLibrary = true
1414
}
1515
minSdk = 23
16-
targetSdk = 35
17-
versionCode = 100
18-
versionName = "3.2"
16+
targetSdk = 36
17+
versionCode = 102
18+
versionName = "3.3"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
2121
buildFeatures {

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[versions]
2-
agp = "8.7.3"
2+
agp = "8.9.0"
33
appCompatVer="1.7.0"
44
kotlinxCoroutinesVer="1.9.0"
55
coilVer="2.6.0"
66
kotlinVer = "2.1.0"
77
materialVer = "1.12.0"
8-
constraintlayoutVer="2.2.0"
8+
constraintlayoutVer="2.2.1"
99
coreKtxVer = "1.15.0"
1010
glideVer="4.16.0"
1111
cardViewVer="1.0.0"
1212
compose3MaterialVer="1.3.1"
1313
lifecycleRuntimeKtxVer="2.8.7"
14-
activityComposeVer="1.9.3"
15-
composeUItestVer="1.7.6"
16-
uitoolingVer="1.7.6"
17-
uitoolingpreviewVer="1.7.6"
14+
activityComposeVer="1.10.1"
15+
composeUItestVer="1.7.8"
16+
uitoolingVer="1.7.8"
17+
uitoolingpreviewVer="1.7.8"
1818
splashScreenVer="1.0.1"
1919
junitVersion = "4.13.2"
20-
materialiconsVer="1.7.6"
20+
materialiconsVer="1.7.8"
2121
espressoCoreVer = "3.6.1"
2222
accompanistVer = "0.28.0"
2323

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Feb 08 17:57:03 IST 2023
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)