| Лицензия |
Лицензия
RedScreenOfDeath License
|
|---|---|
| Группа | Группаcom.mlegy.redscreenofdeath |
| Идентификатор | Идентификаторred-screen-of-death |
| Версия | Версия0.1.3 |
| Тип | Типaar |
| Описание |
Описаниеred-screen-of-death
Android library that allows launching an activity when your app crashes with the crash details. Similar to Flutter red screen of death screen
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| red-screen-of-death-0.1.3.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mlegy.redscreenofdeath/red-screen-of-death/ -->
<dependency>
<groupId>com.mlegy.redscreenofdeath</groupId>
<artifactId>red-screen-of-death</artifactId>
<version>0.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mlegy.redscreenofdeath/red-screen-of-death/
implementation 'com.mlegy.redscreenofdeath:red-screen-of-death:0.1.3'
// https://jarcasting.com/artifacts/com.mlegy.redscreenofdeath/red-screen-of-death/
implementation ("com.mlegy.redscreenofdeath:red-screen-of-death:0.1.3")
'com.mlegy.redscreenofdeath:red-screen-of-death:aar:0.1.3'
<dependency org="com.mlegy.redscreenofdeath" name="red-screen-of-death" rev="0.1.3">
<artifact name="red-screen-of-death" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mlegy.redscreenofdeath', module='red-screen-of-death', version='0.1.3')
)
libraryDependencies += "com.mlegy.redscreenofdeath" % "red-screen-of-death" % "0.1.3"
[com.mlegy.redscreenofdeath/red-screen-of-death "0.1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-android-extensions-runtime | jar | 1.4.32 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.32 |
| androidx.appcompat » appcompat | jar | 1.2.0 |
| androidx.constraintlayout » constraintlayout | jar | 2.0.4 |
| com.google.android.material » material | jar | 1.3.0 |
| androidx.databinding » viewbinding | jar | 4.1.3 |