File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ buildscript {
43
43
' annotations' : " androidx.annotation:annotation:1.1.0" ,
44
44
' appcompat' : " androidx.appcompat:appcompat:1.1.0" ,
45
45
' constraint_layout' : " androidx.constraintlayout:constraintlayout:1.1.3" ,
46
+ ' fragment' : " androidx.fragment:fragment:1.1.0" ,
46
47
' gridlayout' : " androidx.gridlayout:gridlayout:1.0.0" ,
47
48
' lifecycle' : [
48
49
' extensions' : " androidx.lifecycle:lifecycle-extensions:2.1.0" ,
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ dependencies {
40
40
41
41
implementation project(' :workflow-runtime' )
42
42
implementation deps. androidx. appcompat
43
+ implementation deps. androidx. activity
44
+ implementation deps. androidx. fragment
43
45
implementation deps. androidx. lifecycle. extensions
44
46
implementation deps. androidx. lifecycle. reactivestreams
45
47
implementation deps. androidx. savedstate
You can’t perform that action at this time.
0 commit comments