mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2024-12-23 13:33:36 +01:00
Merge branch 'fix_crash_add_picture' into 'master'
Add dependency on androidx.fragment See merge request pixeldroid/PixelDroid!338
This commit is contained in:
commit
704507327d
@ -111,6 +111,7 @@ dependencies {
|
|||||||
implementation "androidx.annotation:annotation:1.2.0"
|
implementation "androidx.annotation:annotation:1.2.0"
|
||||||
implementation 'androidx.gridlayout:gridlayout:1.0.0'
|
implementation 'androidx.gridlayout:gridlayout:1.0.0'
|
||||||
implementation "androidx.activity:activity-ktx:1.2.3"
|
implementation "androidx.activity:activity-ktx:1.2.3"
|
||||||
|
implementation 'androidx.fragment:fragment-ktx:1.3.3'
|
||||||
|
|
||||||
// Use the most recent version of CameraX
|
// Use the most recent version of CameraX
|
||||||
def cameraX_version = '1.0.0'
|
def cameraX_version = '1.0.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user