This repository was archived by the owner on Apr 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +37
-3
lines changed
Expand file tree Collapse file tree 5 files changed +37
-3
lines changed Original file line number Diff line number Diff line change 77/captures
88.externalNativeBuild
99.cxx
10- local.properties
10+ local.properties
11+ /app /release /
Original file line number Diff line number Diff line change 1- # Jokes
2- Simple Jokes app to display random jokes.
1+ # <p align =" center " ><img src =" ./assets/logo.png " width =" 40 " /><br >Jokes</p >
2+ <p align =" center " >
3+ <img src="https://github.com/Sharkaboi/Jokes/workflows/Gradle%20Build/badge.svg" alt="Gradle Build">
4+ <img src="https://img.shields.io/badge/Kotlin-1.4.20-blue" alt="Kotlin Version">
5+ <img src="https://img.shields.io/badge/Min%20API-23-green" alt="Min API">
6+ <img src="https://img.shields.io/badge/License-MIT-orange" alt="License">
7+ <img src="https://img.shields.io/github/contributors/sharkaboi/jokes" alt="Contributors"><br>
8+ Simple Jokes app to display random jokes.
9+ </p >
10+
11+ ## Screenshots
12+ ![ ] ( ./assets/showcase.png )
13+
14+ ## Uses
15+ * Kotlin
16+ * MVVM Architecture
17+ * Room
18+ * Retrofit
19+ * Gson
20+ * ViewBinding
21+ * Coroutines
22+ * Hilt
23+ * Jetpack navigation
24+ * [ razir/ProgressButton] ( https://github.com/razir/ProgressButton )
25+ * [ 15Dkatz/official_joke_api] ( https://github.com/15Dkatz/official_joke_api )
26+ * MDC Library
27+ * KTX Extensions
28+ * Coil
29+ * ConstraintLayout
30+ * LeakCanary
31+
32+ ## Releases
33+
34+ Check [ here] ( https://github.com/Sharkaboi/Jokes/releases ) for releases.
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ dependencies {
9494 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
9595
9696 // Testing dependencies
97+ debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.5'
9798 testImplementation ' junit:junit:4.13.1'
9899 androidTestImplementation ' androidx.test.ext:junit:1.1.2'
99100 androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
You can’t perform that action at this time.
0 commit comments