android-application-runtime

gets the more runtime information of the Android device.

Лицензия

Лицензия

MIT
Группа

Группа

io.github.eaglesakura.android-application-runtime
Идентификатор

Идентификатор

android-application-runtime
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

android-application-runtime
gets the more runtime information of the Android device.
Ссылка на сайт

Ссылка на сайт

https://github.com/eaglesakura/android-application-runtime
Система контроля версий

Система контроля версий

https://github.com/eaglesakura/android-application-runtime

Скачать android-application-runtime

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.eaglesakura.android-application-runtime/android-application-runtime/ -->
<dependency>
    <groupId>io.github.eaglesakura.android-application-runtime</groupId>
    <artifactId>android-application-runtime</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.eaglesakura.android-application-runtime/android-application-runtime/
implementation 'io.github.eaglesakura.android-application-runtime:android-application-runtime:1.0.0'
// https://jarcasting.com/artifacts/io.github.eaglesakura.android-application-runtime/android-application-runtime/
implementation ("io.github.eaglesakura.android-application-runtime:android-application-runtime:1.0.0")
'io.github.eaglesakura.android-application-runtime:android-application-runtime:aar:1.0.0'
<dependency org="io.github.eaglesakura.android-application-runtime" name="android-application-runtime" rev="1.0.0">
  <artifact name="android-application-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.eaglesakura.android-application-runtime', module='android-application-runtime', version='1.0.0')
)
libraryDependencies += "io.github.eaglesakura.android-application-runtime" % "android-application-runtime" % "1.0.0"
[io.github.eaglesakura.android-application-runtime/android-application-runtime "1.0.0"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.21
org.jetbrains.kotlin : kotlin-reflect jar 1.4.21
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.4.1
org.jetbrains.kotlinx : kotlinx-coroutines-android jar 1.4.1
androidx.annotation » annotation jar 1.1.0

runtime (1)

Идентификатор библиотеки Тип Версия
androidx.core » core-ktx jar 1.3.2

Модули Проекта

Данный проект не имеет модулей.

What is this Library?

android-application-runtime gets the runtime information of the Android device.

Example

if(ApplicationRuntime.contains(ApplicationRuntime.RUNTIME_ROBOLECTRIC)) {
    // robolectric only.
}

if(ApplicationRuntime.contains(ApplicationRuntime.RUNTIME_ANDROID_DEVICE)) {
    // Android device only(Instrumentation Test or Application)
}

if(ApplicationRuntime.contains(ApplicationRuntime.RUNTIME_JUNIT)) {
    // Test only.
}

How to Install.

// /app/build.gradle
dependencies {
    implementation 'io.github.eaglesakura.android-application-runtime:android-application-runtime:1.0.0'
}

Версии библиотеки

Версия
1.0.0
1.0.0-rc01