skylight-android

Conveniences for using Skylight on Android.

License

License

GroupId

GroupId

dev.drewhamilton.skylight.android
ArtifactId

ArtifactId

skylight-android
Last Version

Last Version

0.14.0-alpha02
Release Date

Release Date

Type

Type

aar
Description

Description

skylight-android
Conveniences for using Skylight on Android.
Project URL

Project URL

https://github.com/drewhamilton/SkylightAndroid
Source Code Management

Source Code Management

https://github.com/drewhamilton/SkylightAndroid/tree/main

Download skylight-android

How to add to project

<!-- https://jarcasting.com/artifacts/dev.drewhamilton.skylight.android/skylight-android/ -->
<dependency>
    <groupId>dev.drewhamilton.skylight.android</groupId>
    <artifactId>skylight-android</artifactId>
    <version>0.14.0-alpha02</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.drewhamilton.skylight.android/skylight-android/
implementation 'dev.drewhamilton.skylight.android:skylight-android:0.14.0-alpha02'
// https://jarcasting.com/artifacts/dev.drewhamilton.skylight.android/skylight-android/
implementation ("dev.drewhamilton.skylight.android:skylight-android:0.14.0-alpha02")
'dev.drewhamilton.skylight.android:skylight-android:aar:0.14.0-alpha02'
<dependency org="dev.drewhamilton.skylight.android" name="skylight-android" rev="0.14.0-alpha02">
  <artifact name="skylight-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.drewhamilton.skylight.android', module='skylight-android', version='0.14.0-alpha02')
)
libraryDependencies += "dev.drewhamilton.skylight.android" % "skylight-android" % "0.14.0-alpha02"
[dev.drewhamilton.skylight.android/skylight-android "0.14.0-alpha02"]

Dependencies

compile (5)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.2.0
androidx.lifecycle » lifecycle-common-java8 jar 2.2.0
dev.drewhamilton.skylight : skylight jar 0.12.0
dev.drewhamilton.skylight : skylight-fake jar 0.12.0
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.10

runtime (2)

Group / Artifact Type Version
androidx.lifecycle » lifecycle-runtime-ktx jar 2.2.0
dev.drewhamilton.skylight : skylight-calculator jar 0.12.0

Project Modules

There are no modules declared in this project.

Skylight Android

Skylight Android enhances the functionality of Skylight on the Android platform.

Download

Download

Skylight Android is available in JCenter. It is still in pre-release development, and the API may undergo breaking changes before version 1.0.0.

// Factory:
implementation "drewhamilton.skylight.android:skylight-factory:$version"
// Automatic night mode helpers:
implementation "drewhamilton.skylight.android:skylight-nightmode:$version"
// Views and themes:
implementation "drewhamilton.skylight.android:skylight-views:$version"

License

Copyright 2019 Drew Hamilton

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
0.14.0-alpha02