Skip to content

Commit cece92b

Browse files
committed
update agp, gradle wrapper and other dependencies
1 parent c6fe6b2 commit cece92b

File tree

9 files changed

+19
-22
lines changed

9 files changed

+19
-22
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

app/build.gradle.kts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
plugins {
22
alias(libs.plugins.android.application)
3-
alias(libs.plugins.kotlin.android)
43
alias(libs.plugins.kotlin.compose)
54
alias(libs.plugins.ksp)
65
}
76

87
android {
98
namespace = "com.patch4code.logline"
10-
compileSdk = 36
9+
10+
compileSdk {
11+
version = release(36) {
12+
minorApiLevel = 1
13+
}
14+
}
1115

1216
defaultConfig {
1317
applicationId = "com.patch4code.logline"
1418
minSdk = 26
1519
targetSdk = 36
1620
versionCode = 4
1721
versionName = "1.0.3"
18-
19-
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2022
}
2123

2224
buildTypes {

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// Top-level build file where you can add configuration options common to all sub-projects/modules.
21
plugins {
32
alias(libs.plugins.android.application) apply false
4-
alias(libs.plugins.kotlin.android) apply false
53
alias(libs.plugins.kotlin.compose) apply false
64
alias(libs.plugins.ksp) apply false
7-
}
5+
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ kotlin.code.style=official
2020
# Enables namespacing of each library's R class so that its R class includes only the
2121
# resources declared in the library itself and none from the library's dependencies,
2222
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true
23+
android.nonTransitiveRClass=true

gradle/libs.versions.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
2-
agp = "8.13.2"
3-
kotlin = "2.3.0"
2+
agp = "9.0.1"
3+
kotlin = "2.3.10"
44
ksp = "2.3.4"
55
coreKtx = "1.17.0"
66
lifecycleRuntimeKtx = "2.10.0"
77

8-
activityCompose = "1.12.3"
9-
composeBom = "2026.01.01"
8+
activityCompose = "1.12.4"
9+
composeBom = "2026.02.01"
1010
navigationCompose = "2.9.7"
1111

1212
roomKtx = "2.8.4"
@@ -22,7 +22,7 @@ retrofit = "3.0.0"
2222
converterGson = "3.0.0"
2323

2424
lifecycleLivedataKtx = "2.10.0"
25-
runtimeLivedata = "1.10.2"
25+
runtimeLivedata = "1.10.4"
2626

2727

2828
[libraries]
@@ -62,6 +62,5 @@ androidx-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedat
6262

6363
[plugins]
6464
android-application = { id = "com.android.application", version.ref = "agp" }
65-
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
6665
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
6766
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }

gradle/wrapper/gradle-wrapper.jar

2.35 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=61ad310d3c7d3e5da131b76bbf22b5a4c0786e9d892dae8c1658d4b484de3caa
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+
distributionSha256Sum=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)