Last Version

RemoteConfig 1.1.5

RemoteConfig is an Android library that lets you manage all your remote configuration without requiring developers to manually download each configuration and integrate them into the application.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

me.giacoppo
ArtifactId

ArtifactId

remoteconfig
Version

Version

1.1.5
Type

Type

aar
Description

Description

RemoteConfig
RemoteConfig is an Android library that lets you manage all your remote configuration without requiring developers to manually download each configuration and integrate them into the application.
Project URL

Project URL

https://github.com/GiuseppeGiacoppo/RemoteConfig
Source Code Management

Source Code Management

https://github.com/GiuseppeGiacoppo/RemoteConfig

Download remoteconfig 1.1.5


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

Dependencies

runtime (5)

Group / Artifact Type Version
com.android.support » appcompat-v7 jar 27.1.1
com.google.code.gson : gson jar 2.8.4
com.squareup.okhttp3 : okhttp jar 3.10.0
io.reactivex.rxjava2 : rxjava jar 2.1.13
io.reactivex.rxjava2 : rxandroid jar 2.0.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.