Skip to content

Commit

Permalink
deploy via script
Browse files Browse the repository at this point in the history
  • Loading branch information
kaangiray26 committed Jul 21, 2023
1 parent 2eaccf3 commit dbc54c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "geddit.buzl.uk"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3
versionName "1.3"
versionCode 4
versionName "1.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="https://raw.githubusercontent.com/kaangiray26/geddit-app/main/src/public/images/logo_compressed.png" alt="Geddit Logo" width="80" height="80">
</a>
<h1 align="center">Geddit</h1>
<img alt="Website" src="https://img.shields.io/website?url=https%3A%2F%2Fwww.reddit.com%2Fuser%2Fkgb_26%2Fabout.json&logo=reddit&label=JSON%20Feed&cacheSeconds=0">
<img src="https://img.shields.io/endpoint?url=https://apt.izzysoft.de/fdroid/api/v1/shield/geddit.buzl.uk">
<p align="center">
An open-source, Reddit client for Android without using their API
<br />
Expand Down Expand Up @@ -40,4 +40,4 @@ Also, there is a minifed version available:
* [geddit.min.js](https://kaangiray26.github.io/geddit-app/geddit.min.js) (9.0kB)

## Disclaimer
This project is an **open-source** software with the [GNU General Public License v3.0](https://github.com/kaangiray26/geddit-app/blob/main/LICENSE). The projects is nothing more than a simple example of how to use Reddit's RSS/JSON feeds to build a read-only Reddit client, and it is not intended to be used as a Reddit client. Instead, use the official Reddit app or any other Reddit client that uses Reddit's API for full functionality. **No data is collected** from the users and **no profit is made** from the app. Developers are not responsible for any damage caused by the app. **Use at your own risk.**
This project is an **open-source** software with the [GNU General Public License v3.0](https://github.com/kaangiray26/geddit-app/blob/main/LICENSE). The projects is nothing more than a simple example of how to use Reddit's RSS/JSON feeds to build a read-only Reddit client, and it is not intended to be used as a Reddit client. Instead, use the official Reddit app or any other Reddit client that uses Reddit's API for full functionality. **No data is collected** from the users and **no profit is made** from the app. Developers are not responsible for any damage caused by the app. **Use at your own risk.**
2 changes: 1 addition & 1 deletion src/components/UpdateManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { ref, onMounted, onBeforeUnmount, onBeforeMount } from 'vue';
import { AppLauncher } from '@capacitor/app-launcher';
import { Modal } from "bootstrap"
const version = "v1.3";
const version = "v1.4";
const modal = ref(null);
const body = ref(null);
Expand Down

0 comments on commit dbc54c7

Please sign in to comment.