Skip to content

Resolve dependencies(jcenter, etc) #1202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: vxp
Choose a base branch
from

Conversation

luckyabsoluter
Copy link

Currently dependencies of vxp are broken.
This PR is compact workaround for successful build.

  • Added Repositories

    • maven { url 'https://verve.jfrog.io/artifactory/verve-gradle-release' }
  • Changed

    • Removed api("me.weishu.exposed:exposed-core:0.8.1") {
    • Added api('com.github.android-hacker:exposed:0.3.6') {
    • Removed com.jonathanfinerty.once:once:1.0.3
    • Added com.jonathanfinerty.once:once:1.3.1

How to build

Use WSL, Do not use Android Studio or Windows (at least, I failed)
Use Java lower version like 8.
Do not change gradle version.
Use Android NDK 22 or lower like 21. (need platform directory in ndk)

./gradlew build

You already done

You can get

keytool -printcert -jarfile app/build/outputs/apk/aosp/debug/app-aosp-debug.apk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant