Skip to content

Commit

Permalink
Bump app version
Browse files Browse the repository at this point in the history
- Update readme to new setup method
  • Loading branch information
WSTxda committed Feb 7, 2024
1 parent 19351ad commit 569f3de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Plugin for the ChatGPT app that replaces Google as the system's default assistan
- Install [ChatGPT](https://play.google.com/store/apps/details?id=com.openai.chatgpt) official app
- Open app and setup you account
- Install VoiceGPT plugin
- Go to Assist & voice input/Default digital assistant app
- Open app and setup voice assistant in dialog (optional, if you do not want to use this feature,
click cancel to dismiss the dialog)
- Select VoiceGPT
- Done!

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "com.wstxda.voicegpt"
minSdk = 24
targetSdk = 34
versionCode = 100
versionName = "1.0"
versionCode = 110
versionName = "1.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 569f3de

Please sign in to comment.