Skip to content

Commit

Permalink
Add screen shots to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ismartcoding committed Apr 14, 2023
1 parent 5fcc79d commit 9792df5
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

PlainAPP is an all-in-one application that aims to offer various frequently-used features.
PlainApp is an all-in-one application that aims to offer various frequently-used features.

In a world where many apps are cluttered with ads and invasive tracking, PlainApp offers a refreshing alternative. PlainApp is designed to help you manage your private data with ease, without sacrificing your privacy or wasting your time.

Expand Down Expand Up @@ -36,6 +36,12 @@ App link: https://play.google.com/store/apps/details?id=com.ismartcoding.plain

Reddit: https://www.reddit.com/r/plainapp

## Screenshots

| ![home](screenshots/1.jpeg) | ![files](screenshots/2.jpeg) | ![web](screenshots/3.jpeg) | ![notes](screenshots/4.jpeg) |
|--------------------------------|-------------------------------|-------------------------------|------------------------------|
| ![audios](screenshots/5.jpeg) | ![images](screenshots/6.jpeg) | ![videos](screenshots/7.jpeg) | |

## Compatibility

PlainApp requires Android 9.0 or higher.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId = "com.ismartcoding.plain"
minSdk = 28
targetSdk = 33
versionCode = 14
versionName = "1.0"
versionCode = 15
versionName = "1.0.15"
}

signingConfigs {
Expand Down
Binary file added screenshots/1.jpeg
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 screenshots/2.jpeg
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 screenshots/3.jpeg
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 screenshots/4.jpeg
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 screenshots/5.jpeg
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 screenshots/6.jpeg
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 screenshots/7.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9792df5

Please sign in to comment.