Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…y-App into hur/feat/log-network-response
  • Loading branch information
hurali97 committed Jul 31, 2024
2 parents 13f5d28 + 73ec7f8 commit 3971945
Show file tree
Hide file tree
Showing 169 changed files with 2,834 additions and 1,658 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
versionCode 1009001402
versionName "9.0.14-2"
versionCode 1009001405
versionName "9.0.14-5"
// Supported language variants must be declared here to avoid from being removed during the compilation.
// This also helps us to not include unnecessary language variants in the APK.
resConfigs "en", "es"
Expand Down
6 changes: 6 additions & 0 deletions assets/images/filters.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 5 additions & 7 deletions docs/_includes/section.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ <h1 class="title">

<section>
<div class="cards-group">
{% if section.articles %}
{% assign sortedArticles = section.articles | sort: 'order', 'last' | default: 999 %}
{% for article in sortedArticles %}
{% assign article_href = section.href | append: '/' | append: article.href %}
{% include article-card.html hub=hub.href href=article_href title=article.title platform=activePlatform %}
{% endfor %}
{% endif %}
{% assign sortedArticles = section.articles %}
{% for article in sortedArticles %}
{% assign article_href = section.href | append: '/' | append: article.href %}
{% include article-card.html hub=hub.href href=article_href title=article.title platform=activePlatform %}
{% endfor %}
</div>
</section>

This file was deleted.

Loading

0 comments on commit 3971945

Please sign in to comment.