Skip to content

Commit

Permalink
FIX: generate code type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoJiang committed Nov 21, 2022
1 parent dbf2ebb commit 01cbffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin.code.style=official
android.nonTransitiveRClass=true

KOTLIN_PLUGIN_ID=com.kanyun.kace
VERSION_NAME=1.0.0
VERSION_NAME=1.0.1

GROUP=com.kanyun.kace

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ internal data class LayoutNodeItem constructor(
"WebView" -> {
"android.webkit.WebView"
}
"View", "ViewStub" -> {
"View", "ViewStub", "TextureView", "SurfaceView" -> {
"android.view.$xmlType"
}
else -> {
Expand Down

0 comments on commit 01cbffb

Please sign in to comment.