Skip to content

Commit

Permalink
Merge pull request #19 from anangkur/refactor/prepare-for-release
Browse files Browse the repository at this point in the history
Refactor/prepare for release
  • Loading branch information
anangkur authored Aug 4, 2021
2 parents 8137fbb + 007f06e commit e34ee7d
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 4 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,29 @@
</p>
</p>

<p align="center">
<table>
<tr>
<td><img src="images/home.png" alt="Home"></td>
<td><img src="images/preview.png" alt="Preview"></td>
<td><img src="images/preview-large.png" alt="Preview Large"></td>
</tr>
<tr>
<td align="center">Home</td>
<td align="center">Preview</td>
<td align="center">Preview Large</td>
</tr>
<tr>
<td><img src="images/saved.png" alt="Saved"></td>
<td><img src="images/search.png" alt="Search"></td>
</tr>
<tr>
<td align="center">Detail</td>
<td align="center">Search</td>
</tr>
</table>
</p>

## Built With
* [Kotlin](https://kotlinlang.org/)
* [Androidx](https://developer.android.com/jetpack/androidx)
Expand Down
7 changes: 3 additions & 4 deletions buildSrc/src/main/java/Depedencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ import org.gradle.api.JavaVersion

object Config {
const val minSdk = 21
const val compileSdk = 29
const val targetSdk = 29
const val compileSdk = 30
const val targetSdk = 30
val javaVersion = JavaVersion.VERSION_1_8
val javaVersion_1_6 = JavaVersion.VERSION_1_6
const val buildTools = "29.0.2"
const val buildTools = "30.0.3"
const val versionCode = 100
const val versionName = "1.0.0"
}
Expand Down
Binary file added images/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/preview-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/saved.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added walla-keystore.jks
Binary file not shown.

0 comments on commit e34ee7d

Please # to comment.