File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/me/neon/codee/plugins/examples Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ android {
30
30
31
31
dependencies {
32
32
implementation(" androidx.core:core-ktx:1.5.0" )
33
- implementation(" me.neon.codee:core:1.0.0 " )
33
+ implementation(" me.neon.codee:core:1.0.1 " )
34
34
implementation(kotlin(" reflect" ))
35
35
implementation(kotlin(" script-util" ))
36
36
implementation(kotlin(" scripting-compiler-embeddable" ))
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ object TestThemePlugin : Plugin {
23
23
// defines new theme. It is better to inherit `LightTheme` or `DarkTheme`
24
24
// to avoid runtime errors when new fields will appear in `Theme`.
25
25
object MyTheme : LightTheme() {
26
- override val primary: UInt = 0x000000u
26
+ override val primary: String = " #0e0e0e "
27
27
}
28
28
29
29
// registers a plugin to start working with the application
You can’t perform that action at this time.
0 commit comments