0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00
AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
Go to file
lukstbit 7003e0b4d1 Configure dependencies resolution in settings.gradle.kts
Ideally we  would use
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) to enforce
 the repositories declared in settings.gradle.kts but it currently
conflicts with a local maven repository declared in
robolectricDownloader.gradle.

The repositories lambda wasn't deleted from the AnkiDroid module as
the build failed in relation to "com.android.tools:desugar_jdk_libs"(
most likely and issue with the dependency itself) with the error:

Could not resolve all dependencies for configuration ':AnkiDroid:coreLibraryDesugaring'.
The project declares repositories, effectively ignoring the repositories you have declared in the settings.
You can figure out how project repositories are declared by configuring your build to fail on project repositories.
See https://docs.gradle.org/8.1.1/userguide/declaring_repositories.html#sub:fail_build_on_project_repositories for details.
Could not find com.android.tools:desugar_jdk_libs:2.0.3.
Searched in the following locations:
  - file:/home/*/.m2/repository/com/android/tools/desugar_jdk_libs/2.0.3/desugar_jdk_libs-2.0.3.pom
    If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
Required by:
    project :AnkiDroid
2023-08-31 20:52:04 -05:00
.github Drop legacy schema, and update to 2.1.66 backend (#14171) 2023-08-31 05:44:03 +08:00
.idea Fix typo errors in card.js / add user spelling dictionary (#14305) 2023-08-26 10:33:13 -05:00
AnkiDroid Use plugins block to declare the plugins used 2023-08-31 20:52:04 -05:00
annotations
api Configure dependencies resolution in settings.gradle.kts 2023-08-31 20:52:04 -05:00
docs Updated strings from Crowdin 2023-08-18 13:57:04 +03:00
gradle/wrapper Dependency updates 20230826 (#14306) 2023-08-26 09:35:13 -05:00
lint-rules Configure dependencies resolution in settings.gradle.kts 2023-08-31 20:52:04 -05:00
tools Drop legacy schema, and update to 2.1.66 backend (#14171) 2023-08-31 05:44:03 +08:00
.codecov.yml
.editorconfig
.gitattributes
.gitignore chore: exclude non-'values' translation files 2023-08-26 09:42:03 -05:00
.prettierignore
.prettierrc
build.gradle Use plugins block to declare the plugins used 2023-08-31 20:52:04 -05:00
CONTRIBUTING.md
COPYING
gradle.properties
gradlew Dependency updates 20230826 (#14306) 2023-08-26 09:35:13 -05:00
gradlew.bat
lint-release.xml Drop legacy schema, and update to 2.1.66 backend (#14171) 2023-08-31 05:44:03 +08:00
lint.gradle
pre-commit
README.md Capitalize features in README 2023-08-11 14:32:23 -03:00
settings.gradle.kts Configure dependencies resolution in settings.gradle.kts 2023-08-31 20:52:04 -05:00

release build Open Collective backers and sponsors commit-activity forks stars contributors license

AnkiDroid

A semi-official port of the open source Anki spaced repetition flashcard system to Android. Memorize anything with AnkiDroid!

Features

  • Night mode
  • Whiteboard
  • Progress widget
  • Detailed statistics
  • Syncing with AnkiWeb
  • Write answers (optional)
  • Text-to-speech integration
  • More than 6000 premade decks
  • Spaced repetition (supermemo 2 algorithm)
  • Supported contents: text, images, sounds, MathJax
  • Add cards by intent from other applications like dictionaries

Install

Wiki

View Wiki

Help

Check the user manual and the wiki for usage instructions. See the help page for how to submit a bug report or contact a project member, etc.

Contribute

You can contribute to AnkiDroid by beta testing, translating, or submitting code. See the contribution wiki page for more info.

Join Us On

Credits

Code Contributors

Thanks to these awesome code contributors who keep this project going

Sponsors

Backers

Thank you to all our backers! 🙏

Translators

Thanks to our 1400 translators, for allowing us to be available, partially or totally, in 99 languages as of July 2022.

License