Skip to content

Commit 4e077a8

Browse files
committed
dev commit
- Upgraded gradle plugin. - Updated all internal dependencies.
1 parent 3090b5d commit 4e077a8

File tree

412 files changed

+13007
-12985
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

412 files changed

+13007
-12985
lines changed

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
[versions]
2-
agp = "8.8.0"
2+
agp = "8.9.0"
33
appCompatVer="1.7.0"
4-
kotlinxCoroutinesVer="1.7.3"
4+
kotlinxCoroutinesVer="1.9.0"
55
coilVer="2.6.0"
6-
kotlinVer = "2.0.20"
6+
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
viewPagerVer="1.1.0"
24-
admobVer="23.6.0"
25-
firebaseAnalyticsVer="22.1.2"
26-
composeuiversion="1.7.6"
27-
composeBomVersion="2024.12.01"
24+
admobVer="24.1.0"
25+
firebaseAnalyticsVer="22.4.0"
26+
composeuiversion="1.7.8"
27+
composeBomVersion="2025.03.00"
2828
releaseversion="1.3.2"
2929
maven-publish = "0.29.0-rc1"
3030

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Feb 15 10:28:23 IST 2023
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-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

textviewermodule/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ afterEvaluate {
111111
from(components["release"])
112112
groupId = "com.github.BharathVishal"
113113
artifactId = "TextFileViewerAndroid"
114-
version = "1.4.3"
114+
version = "1.4.4"
115115
}
116116
}
117117
}

0 commit comments

Comments
 (0)