Widget

Widget for checkbox, swipe and more

License

License

GroupId

GroupId

io.github.ternaryop
ArtifactId

ArtifactId

widget
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

aar
Description

Description

Widget
Widget for checkbox, swipe and more
Project URL

Project URL

https://github.com/ternaryop/widget
Source Code Management

Source Code Management

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

Download widget

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
androidx.preference » preference jar 1.1.1
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.4.3

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.32

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.4
1.0.3
1.0.2