Skip to content
Advertisement

Failed to resolve: com.github.kimchangyoun:rootbeerFresh: Affected Modules: app, service [closed]

api ‘org.connectbot.jbcrypt:jbcrypt:1.0.0’ //api ‘com.madgag.spongycastle:core:1.58.0.0’

// root detect
api 'com.github.kimchangyoun:rootbeerFresh:'

//api 'com.github.hussainderry:secure-preferences:4.0.0'

api project(':style')

Advertisement

Answer

if you want to use this library to check root use this in your build.gradle file

dependencies {
implementation 'kimchangyoun:rootbeerFresh-lib:0.0.10'
}

visit this for more info: https://github.com/KimChangYoun/rootbeerFresh

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement