Skip to content

Commit e71bfd7

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 4580454 commit e71bfd7

File tree

600 files changed

+17512
-17222
lines changed

Some content is hidden

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

600 files changed

+17512
-17222
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.kotlin/sessions/kotlin-compiler-15849580859342479701.salive

Whitespace-only changes.

gradle/libs.versions.toml

Lines changed: 12 additions & 12 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,22 +9,22 @@ 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
viewPagerVer="1.1.0"
24-
admobVer="23.2.0"
25-
firebaseAnalyticsVer="22.0.2"
26-
composeuiversion="1.6.8"
27-
composeBomVersion="2024.04.00"
24+
admobVer="23.3.0"
25+
firebaseAnalyticsVer="22.1.0"
26+
composeuiversion="1.7.1"
27+
composeBomVersion="2024.09.01"
2828
releaseversion="1.3.2"
2929
maven-publish = "0.29.0-rc1"
3030

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright 2023 Bharath Vishal G
3+
* Copyright 2024 Bharath Vishal G
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

textviewermodule/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ plugins {
2525

2626
android {
2727
namespace = "com.bharathvishal.textfileviewer"
28-
compileSdk = 34
28+
compileSdk = 35
2929
defaultConfig {
3030
vectorDrawables {
3131
useSupportLibrary = true
3232
}
3333
minSdk = 22
34-
testOptions.targetSdk = 34
34+
testOptions.targetSdk = 35
3535
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3636
}
3737
buildFeatures {
@@ -56,7 +56,7 @@ android {
5656
jvmTarget = "17"
5757
}
5858
composeOptions {
59-
kotlinCompilerExtensionVersion = "1.5.14"
59+
kotlinCompilerExtensionVersion = "1.5.15"
6060
}
6161

6262
packaging {
@@ -111,7 +111,7 @@ afterEvaluate {
111111
from(components["release"])
112112
groupId = "com.github.BharathVishal"
113113
artifactId = "TextFileViewerAndroid"
114-
version = "1.4.0"
114+
version = "1.4.1"
115115
}
116116
}
117117
}
Binary file not shown.

0 commit comments

Comments
 (0)