Skip to content

Commit c85eafc

Browse files
authored
Merge pull request #906 from square/artem/appcompat_work
Added explicit AndroidX dependencies
2 parents a643b94 + d1b0ff4 commit c85eafc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

kotlin/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ buildscript {
4343
'annotations': "androidx.annotation:annotation:1.1.0",
4444
'appcompat': "androidx.appcompat:appcompat:1.1.0",
4545
'constraint_layout': "androidx.constraintlayout:constraintlayout:1.1.3",
46+
'fragment': "androidx.fragment:fragment:1.1.0",
4647
'gridlayout': "androidx.gridlayout:gridlayout:1.0.0",
4748
'lifecycle': [
4849
'extensions': "androidx.lifecycle:lifecycle-extensions:2.1.0",

kotlin/workflow-ui-android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ dependencies {
4040

4141
implementation project(':workflow-runtime')
4242
implementation deps.androidx.appcompat
43+
implementation deps.androidx.activity
44+
implementation deps.androidx.fragment
4345
implementation deps.androidx.lifecycle.extensions
4446
implementation deps.androidx.lifecycle.reactivestreams
4547
implementation deps.androidx.savedstate

0 commit comments

Comments
 (0)