| License |
License |
|---|---|
| GroupId | GroupIdio.github.windysha |
| ArtifactId | ArtifactIdbypassHiddenApiRestriction |
| Version | Version1.1.0 |
| Type | Typeaar |
| Description |
DescriptionAndroid Hidden Api Bypass
This is a library that can bypass the hidden api restriction on Android 9-12.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.windysha/bypassHiddenApiRestriction/ -->
<dependency>
<groupId>io.github.windysha</groupId>
<artifactId>bypassHiddenApiRestriction</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.windysha/bypassHiddenApiRestriction/
implementation 'io.github.windysha:bypassHiddenApiRestriction:1.1.0'
// https://jarcasting.com/artifacts/io.github.windysha/bypassHiddenApiRestriction/
implementation ("io.github.windysha:bypassHiddenApiRestriction:1.1.0")
'io.github.windysha:bypassHiddenApiRestriction:aar:1.1.0'
<dependency org="io.github.windysha" name="bypassHiddenApiRestriction" rev="1.1.0">
<artifact name="bypassHiddenApiRestriction" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.windysha', module='bypassHiddenApiRestriction', version='1.1.0')
)
libraryDependencies += "io.github.windysha" % "bypassHiddenApiRestriction" % "1.1.0"
[io.github.windysha/bypassHiddenApiRestriction "1.1.0"]