Skip to content

Commit

Permalink
update for V1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Jun 19, 2023
1 parent bcf14a8 commit 28ae8eb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

gptAssist is a simple WebView wrapper for ChatGPT. It blocks all URLs which are not essential.
It does not support login via Apple, Microsoft or Google account.
Please use a web browser for initial sign up.

[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "org.woheller69.gptassist"
minSdk 21
targetSdk 31
versionCode 15
versionName "1.5"
versionCode 16
versionName "1.6"
}

buildTypes {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
gptAssist ist ein WebView-Wrapper für ChatGPT. Die App blockiert alle URLs, die für die Funktion nicht essentiell sind.
Login via Microsoft oder Google Konto werden nicht unterstützt.
Bitte nutzen Sie für die Erstregistrierung einen Webbrowser.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Show message when user tries to copy text to clipboard
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
gptAssist is a simple WebView wrapper for ChatGPT. It blocks all URLs that are not essential for functioning.
It does not support login via Apple, Microsoft, or Google account.
Please use a web browser for initial sign up.

0 comments on commit 28ae8eb

Please sign in to comment.