File tree Expand file tree Collapse file tree
core/data/src/main/java/com/example/jetcaster/core/data/database/dao Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[versions ]
22accompanist = " 0.37.3"
33android-material3 = " 1.14.0-alpha09"
4- androidGradlePlugin = " 9.0.1 "
4+ androidGradlePlugin = " 9.1.0 "
55androidx-activity-compose = " 1.12.4"
66androidx-appcompat = " 1.7.1"
7- androidx-compose-bom = " 2026.02.00 "
7+ androidx-compose-bom = " 2026.02.01 "
88androidx-constraintlayout = " 1.1.1"
99androidx-core-splashscreen = " 1.2.0"
1010androidx-corektx = " 1.17.0"
@@ -49,7 +49,7 @@ roborazzi = "1.59.0"
4949rome = " 2.1.0"
5050room = " 2.8.4"
5151secrets = " 2.0.1"
52- spotless = " 8.2.1 "
52+ spotless = " 8.3.0 "
5353# @keep
5454targetSdk = " 33"
5555version-catalog-update = " 1.1.0"
Original file line number Diff line number Diff line change 1515distributionBase =GRADLE_USER_HOME
1616distributionPath =wrapper/dists
1717distributionSha256Sum =a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806
18- distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
18+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.1 -bin.zip
1919zipStoreBase =GRADLE_USER_HOME
2020zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 55[versions ]
66accompanist = " 0.37.3"
77android-material3 = " 1.14.0-alpha09"
8- androidGradlePlugin = " 9.0.1 "
8+ androidGradlePlugin = " 9.1.0 "
99androidx-activity-compose = " 1.12.4"
1010androidx-appcompat = " 1.7.1"
11- androidx-compose-bom = " 2026.02.00 "
11+ androidx-compose-bom = " 2026.02.01 "
1212androidx-constraintlayout = " 1.1.1"
1313androidx-core-splashscreen = " 1.2.0"
1414androidx-corektx = " 1.17.0"
@@ -53,7 +53,7 @@ roborazzi = "1.59.0"
5353rome = " 2.1.0"
5454room = " 2.8.4"
5555secrets = " 2.0.1"
56- spotless = " 8.2.1 "
56+ spotless = " 8.3.0 "
5757# @keep
5858targetSdk = " 33"
5959version-catalog-update = " 1.1.0"
Original file line number Diff line number Diff line change 1515distributionBase =GRADLE_USER_HOME
1616distributionPath =wrapper/dists
1717distributionSha256Sum =a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806
18- distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
18+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.1 -bin.zip
1919zipStoreBase =GRADLE_USER_HOME
2020zipStorePath =wrapper/dists
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1414
1515distributionBase =GRADLE_USER_HOME
1616distributionPath =wrapper/dists
17- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
17+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.1 -bin.zip
1818zipStoreBase =GRADLE_USER_HOME
1919zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 55[versions ]
66accompanist = " 0.37.3"
77android-material3 = " 1.14.0-alpha09"
8- androidGradlePlugin = " 9.0.1 "
8+ androidGradlePlugin = " 9.1.0 "
99androidx-activity-compose = " 1.12.4"
1010androidx-appcompat = " 1.7.1"
11- androidx-compose-bom = " 2026.02.00 "
11+ androidx-compose-bom = " 2026.02.01 "
1212androidx-constraintlayout = " 1.1.1"
1313androidx-core-splashscreen = " 1.2.0"
1414androidx-corektx = " 1.17.0"
@@ -53,7 +53,7 @@ roborazzi = "1.59.0"
5353rome = " 2.1.0"
5454room = " 2.8.4"
5555secrets = " 2.0.1"
56- spotless = " 8.2.1 "
56+ spotless = " 8.3.0 "
5757# @keep
5858targetSdk = " 33"
5959version-catalog-update = " 1.1.0"
Original file line number Diff line number Diff line change 1515distributionBase =GRADLE_USER_HOME
1616distributionPath =wrapper/dists
1717distributionSha256Sum =a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806
18- distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
18+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.1 -bin.zip
1919zipStoreBase =GRADLE_USER_HOME
2020zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11[versions ]
22accompanist = " 0.37.3"
33android-material3 = " 1.14.0-alpha09"
4- androidGradlePlugin = " 9.0.1 "
4+ androidGradlePlugin = " 9.1.0 "
55androidx-activity-compose = " 1.12.4"
66androidx-appcompat = " 1.7.1"
7- androidx-compose-bom = " 2026.02.00 "
7+ androidx-compose-bom = " 2026.02.01 "
88androidx-core-splashscreen = " 1.2.0"
99androidx-corektx = " 1.17.0"
1010androidx-glance = " 1.2.0-rc01"
@@ -49,7 +49,7 @@ roborazzi = "1.59.0"
4949rome = " 2.1.0"
5050room = " 2.8.4"
5151secrets = " 2.0.1"
52- spotless = " 8.2.1 "
52+ spotless = " 8.3.0 "
5353# @keep
5454targetSdk = " 36"
5555version-catalog-update = " 1.1.0"
Original file line number Diff line number Diff line change 1515distributionBase =GRADLE_USER_HOME
1616distributionPath =wrapper/dists
1717distributionSha256Sum =a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806
18- distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
18+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.1 -bin.zip
1919zipStoreBase =GRADLE_USER_HOME
2020zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments