1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

lifting nightly to the application module

This commit is contained in:
Adam Brown
2022-08-09 14:33:02 +01:00
parent e53972cf2d
commit b72a174edf
3 changed files with 4 additions and 8 deletions

View File

@@ -340,6 +340,10 @@ android {
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
]
}
buildFeatures {
viewBinding true
}
}
dependencies {

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
<share-target android:targetClass="im.vector.app.features.share.IncomingShareActivity">
<data android:mimeType="*/*" />
<category android:name="im.vector.app.nightly.SHORTCUT_SHARE" />
</share-target>
</shortcuts>