@@ -9,6 +9,7 @@ plugins {
9
9
id " kotlin-parcelize"
10
10
id " checkstyle"
11
11
id " org.sonarqube" version " 4.0.0.2929"
12
+ id " org.jetbrains.kotlin.plugin.compose" version " ${ kotlin_version} "
12
13
}
13
14
14
15
android {
@@ -104,10 +105,6 @@ android {
104
105
' META-INF/COPYRIGHT' ]
105
106
}
106
107
}
107
-
108
- composeOptions {
109
- kotlinCompilerExtensionVersion = " 1.5.14"
110
- }
111
108
}
112
109
113
110
ext {
@@ -203,7 +200,7 @@ dependencies {
203
200
// name and the commit hash with the commit hash of the (pushed) commit you want to test
204
201
// This works thanks to JitPack: https://jitpack.io/
205
202
implementation ' com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
206
- implementation ' com.github.TeamNewPipe:NewPipeExtractor:v0.24.1 '
203
+ implementation ' com.github.TeamNewPipe:NewPipeExtractor:v0.24.2 '
207
204
implementation ' com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
208
205
209
206
/* * Checkstyle **/
@@ -290,13 +287,13 @@ dependencies {
290
287
291
288
// Jetpack Compose
292
289
implementation(platform(' androidx.compose:compose-bom:2024.06.00' ))
293
- implementation ' androidx.compose.material3:material3:1.3.0-beta04 '
290
+ implementation ' androidx.compose.material3:material3:1.3.0-beta05 '
294
291
implementation ' androidx.activity:activity-compose'
295
292
implementation ' androidx.compose.ui:ui-tooling-preview'
296
- implementation ' androidx.compose.ui:ui-text:1.7.0-beta04 ' // Needed for parsing HTML to AnnotatedString
293
+ implementation ' androidx.compose.ui:ui-text:1.7.0-beta06 ' // Needed for parsing HTML to AnnotatedString
297
294
implementation ' androidx.lifecycle:lifecycle-viewmodel-compose'
298
- implementation ' androidx.paging:paging-compose:3.3.0 '
299
- implementation ' com.github.nanihadesuka:LazyColumnScrollbar:2.1 .0'
295
+ implementation ' androidx.paging:paging-compose:3.3.1 '
296
+ implementation ' com.github.nanihadesuka:LazyColumnScrollbar:2.2 .0'
300
297
301
298
/* * Debugging **/
302
299
// Memory leak detection
0 commit comments