Skip to content

Commit 4bb4ff8

Browse files
author
LeleStacia
authored
Release 2.1 (#10)
* Adding filter for Exploration Page
1 parent 4d1430a commit 4bb4ff8

File tree

48 files changed

+12700
-10708
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+12700
-10708
lines changed

.idea/androidTestResultsUserPreferences.xml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/deploymentTargetDropDown.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Lelenime is a mobile app that serves as an Anime Index, providing anime informat
2121
## Technologies Used
2222

2323
- **Kotlin**: Lelenime is built using the Kotlin programming language.
24-
- **Jetpack** Compose: The app's user interface is developed using Jetpack Compose, a modern UI toolkit for Android.
25-
- **Dagger** Hilt: Used for dependency injection, providing a modular and maintainable codebase.
24+
- **Jetpack Compose**: The app's user interface is developed using Jetpack Compose, a modern UI toolkit for Android.
25+
- **Dagger Hilt**: Used for dependency injection, providing a modular and maintainable codebase.
2626
- **Room**: An Android library used for local data persistence and working with an SQLite database.
2727
- **Retrofit**: A popular HTTP client library used for handling network requests and communicating with the Jikan API.
2828
- **Coroutines**: Kotlin Coroutines are employed for handling asynchronous operations in a concise and efficient manner.
@@ -72,7 +72,7 @@ Contributions to Lelenime are welcome! If you would like to contribute, please f
7272
10. The project maintainers will review your pull request and provide feedback. Be prepared to make adjustments if requested and engage in the discussion around your contribution.
7373
11. Once your pull request is approved and merged, your changes will become a part of the main Lelenime codebase.
7474

75-
If you are interested in helping with the documentation, feel free to contribute to the project's documentation repository. You can find the documentation repository at [link-to-documentation-repo].
75+
If you are interested in helping with the documentation, feel free to contribute to the project's documentation repository.
7676

7777
Please make sure to adhere to the project's coding style, guidelines, and best practices. It's also recommended to discuss significant changes or new features in an issue before starting to work on them, as it allows for better coordination and avoids duplication of efforts.
7878

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId = "com.lelestacia.lelenime"
1818
minSdk = 26
1919
targetSdk = 33
20-
versionCode = 3
21-
versionName = "2.0.1"
20+
versionCode = 4
21+
versionName = "2.1"
2222

2323
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2424
vectorDrawables {

0 commit comments

Comments
 (0)