Shouheng88 / MarkNote

An open sourced markdown note-taking application for Android.
GNU Affero General Public License v3.0
900 stars 165 forks source link

Compilation error: #36

Closed ooyellow58 closed 3 years ago

ooyellow58 commented 3 years ago

Could not GET 'https://dl.bintray.com/easymark/Android/com/github/lecho/hellocharts-android/v1.5.8/hellocharts-android-v1.5.8.pom'. Received status code 403 from server: Forbidden Disable Gradle 'offline mode' and sync project

Shouheng88 commented 3 years ago

Change the hellochars version as this document https://github.com/lecho/hellocharts-android Perhaps this is because the jcenter is no longer available.

Sheldon04 commented 2 years ago

thx a lot, but I'm a little bit confused about the usage of 'api + url', because I've changed the hello-charts module link to 'compile + url' and it works. Do you know why·)

Shouheng88 commented 2 years ago

The 'compile' is same as 'api', and it is the old command to introduce libraires in gradle. See link for details.