-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
Appreciate if you can consider release your jarjar libraries into the official maven repository, so aTalk can refer to it.
aTalk release the apk into android playstore and Fdroid. Fdroid has restriction on inclusion of any pre-built jar into the source.
aTalk is an open source: https://github.com/cmeng-git/atalk-android
Currently aTalk build.gradle is making reference to 'org.anarres.jarjar' jarjar, but seems this tool has not been updated for a while and is facing some problem i.e. NullPointerException in LambdaClass.createLambdaImplMethodTarget
=================
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'org.anarres.jarjar:jarjar-gradle:1.0.1' // working jarjar.repackage version
}
}
apply plugin: 'org.anarres.jarjar'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels