Skip to content

Commit

Permalink
Begin documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBernard03 committed Mar 10, 2024
1 parent c25d812 commit 4f96b50
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
app/release/**
app/build/**
.DS_Store
Keystore
Binary file added Documentation/Images/Resume.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@

# Rick And Morty Jetpack Compose
<h1 align="center">Rick And Morty Jetpack Compose</h1>


<p align="center">
<img src="Documentation/Images/Resume.png"/>
</p>

<p align="center">
<img alt="API" src="https://img.shields.io/badge/language-kotlin-purple"/>
<img alt="API" src="https://img.shields.io/badge/UI%20framework-Jetpack%20Compose-blue"/>
<img alt="API" src="https://img.shields.io/badge/plateform-Android-green"/>


</p>

## Architecture générale

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionName = "1.0.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit 4f96b50

Please sign in to comment.