Skip to content

Commit 2631a57

Browse files
committed
Add changes without gradle wrapper update
1 parent 17698dd commit 2631a57

7 files changed

Lines changed: 17 additions & 16 deletions

File tree

JetLagged/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
accompanist = "0.37.3"
33
android-material3 = "1.14.0-alpha09"
4-
androidGradlePlugin = "9.0.1"
4+
androidGradlePlugin = "9.1.0"
55
androidx-activity-compose = "1.12.4"
66
androidx-appcompat = "1.7.1"
7-
androidx-compose-bom = "2026.02.00"
7+
androidx-compose-bom = "2026.02.01"
88
androidx-constraintlayout = "1.1.1"
99
androidx-core-splashscreen = "1.2.0"
1010
androidx-corektx = "1.17.0"
@@ -49,7 +49,7 @@ roborazzi = "1.59.0"
4949
rome = "2.1.0"
5050
room = "2.8.4"
5151
secrets = "2.0.1"
52-
spotless = "8.2.1"
52+
spotless = "8.3.0"
5353
# @keep
5454
targetSdk = "33"
5555
version-catalog-update = "1.1.0"

JetNews/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
[versions]
66
accompanist = "0.37.3"
77
android-material3 = "1.14.0-alpha09"
8-
androidGradlePlugin = "9.0.1"
8+
androidGradlePlugin = "9.1.0"
99
androidx-activity-compose = "1.12.4"
1010
androidx-appcompat = "1.7.1"
11-
androidx-compose-bom = "2026.02.00"
11+
androidx-compose-bom = "2026.02.01"
1212
androidx-constraintlayout = "1.1.1"
1313
androidx-core-splashscreen = "1.2.0"
1414
androidx-corektx = "1.17.0"
@@ -53,7 +53,7 @@ roborazzi = "1.59.0"
5353
rome = "2.1.0"
5454
room = "2.8.4"
5555
secrets = "2.0.1"
56-
spotless = "8.2.1"
56+
spotless = "8.3.0"
5757
# @keep
5858
targetSdk = "33"
5959
version-catalog-update = "1.1.0"

Jetcaster/core/data/src/main/java/com/example/jetcaster/core/data/database/dao/BaseDao.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import androidx.room.Update
2424
/**
2525
* Base DAO.
2626
*/
27-
interface BaseDao<T> {
27+
interface BaseDao<T : Any> {
2828
@Insert(onConflict = OnConflictStrategy.REPLACE)
2929
suspend fun insert(entity: T): Long
3030

Jetchat/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
[versions]
66
accompanist = "0.37.3"
77
android-material3 = "1.14.0-alpha09"
8-
androidGradlePlugin = "9.0.1"
8+
androidGradlePlugin = "9.1.0"
99
androidx-activity-compose = "1.12.4"
1010
androidx-appcompat = "1.7.1"
11-
androidx-compose-bom = "2026.02.00"
11+
androidx-compose-bom = "2026.02.01"
1212
androidx-constraintlayout = "1.1.1"
1313
androidx-core-splashscreen = "1.2.0"
1414
androidx-corektx = "1.17.0"
@@ -53,7 +53,7 @@ roborazzi = "1.59.0"
5353
rome = "2.1.0"
5454
room = "2.8.4"
5555
secrets = "2.0.1"
56-
spotless = "8.2.1"
56+
spotless = "8.3.0"
5757
# @keep
5858
targetSdk = "33"
5959
version-catalog-update = "1.1.0"

Jetsnack/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
accompanist = "0.37.3"
33
android-material3 = "1.14.0-alpha09"
4-
androidGradlePlugin = "9.0.1"
4+
androidGradlePlugin = "9.1.0"
55
androidx-activity-compose = "1.12.4"
66
androidx-appcompat = "1.7.1"
7-
androidx-compose-bom = "2026.02.00"
7+
androidx-compose-bom = "2026.02.01"
88
androidx-core-splashscreen = "1.2.0"
99
androidx-corektx = "1.17.0"
1010
androidx-glance = "1.2.0-rc01"
@@ -49,7 +49,7 @@ roborazzi = "1.59.0"
4949
rome = "2.1.0"
5050
room = "2.8.4"
5151
secrets = "2.0.1"
52-
spotless = "8.2.1"
52+
spotless = "8.3.0"
5353
# @keep
5454
targetSdk = "36"
5555
version-catalog-update = "1.1.0"

Reply/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
[versions]
66
accompanist = "0.37.3"
77
android-material3 = "1.14.0-alpha09"
8-
androidGradlePlugin = "9.0.1"
8+
androidGradlePlugin = "9.1.0"
99
androidx-activity-compose = "1.12.4"
1010
androidx-appcompat = "1.7.1"
11-
androidx-compose-bom = "2026.02.00"
11+
androidx-compose-bom = "2026.02.01"
1212
androidx-constraintlayout = "1.1.1"
1313
androidx-core-splashscreen = "1.2.0"
1414
androidx-corektx = "1.17.0"
@@ -53,7 +53,7 @@ roborazzi = "1.59.0"
5353
rome = "2.1.0"
5454
room = "2.8.4"
5555
secrets = "2.0.1"
56-
spotless = "8.2.1"
56+
spotless = "8.3.0"
5757
# @keep
5858
targetSdk = "33"
5959
version-catalog-update = "1.1.0"

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.gradle.jvmargs=-Xmx4g

0 commit comments

Comments
 (0)