Widget

Widget for checkbox, swipe and more

Лицензия

Лицензия

Группа

Группа

io.github.ternaryop
Идентификатор

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

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

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

1.0.4
Дата

Дата

Тип

Тип

aar
Описание

Описание

Widget
Widget for checkbox, swipe and more
Ссылка на сайт

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

https://github.com/ternaryop/widget
Система контроля версий

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

https://github.com/ternaryop/widget.git

Скачать widget

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
androidx.preference » preference jar 1.1.1
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.4.3

runtime (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.32

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

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

Widget

Widget set for my own projects

Local Maven distribution

./gradlew publishToMavenLocal

Maven Central distribution

./gradlew publish --no-daemon --no-parallel
./gradlew closeAndReleaseRepository

The properties shown below are present inside the global ``~/.gradle/gradle.properties` file

signing.password
signing.secretKeyRingFile
mavenCentralUsername
mavenCentralPassword

It's possible to manually close and release the library (this replaces the gradle task closeAndReleaseRepository).

  1. Goto to sonatype
  2. Click on 'Staging Repositories'
  3. Select the item, close then release

Android Studio configuration

  1. Run -> Edit Configuration
  2. Add a Gradle task
Name Gradle Project Tasks
Local Install ../app/build.gradle publishToMavenLocal
io.github.ternaryop

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

Версия
1.0.4
1.0.3
1.0.2