l

library

A thin library to wrap the naked Context in your Android project before passing it to the 3rd-party SDK. It is designed to prevent the 3rd-party SDK from common unwanted behaviors which may harm the user experience of your app.
https://github.com/oasisfeng/condom
The Apache License, Version 2.0
Oasis Feng
Files download
File Operation
library-3.0.0.pom download
library-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.oasisfeng.condom</groupId>
  <artifactId>library</artifactId>
  <version>3.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.oasisfeng.condom:library:3.0.0'
Gradle Kotlin
implementation("com.oasisfeng.condom:library:3.0.0")
Scala SBT
libraryDependencies += "com.oasisfeng.condom" % "library" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.oasisfeng.condom', module='library', version='3.0.0')
)
Apache Ivy
<dependency org="com.oasisfeng.condom" name="library" rev="3.0.0" />
Leiningen
[com.oasisfeng.condom/library "3.0.0"]
Apache Buildr
'com.oasisfeng.condom:library:jar:3.0.0'
Dependencies
The project has no third-party dependencies