Skip to content

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
Updating UI
Change OpenAI service (thanks to https://t.me/neurogen_news)
  • Loading branch information
y9tr3ble committed Oct 11, 2023
1 parent 748e8a6 commit bbff911
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdk = 24
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionName = "1.5"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"versionName": "1.5",
"outputFile": "app-release.apk"
}
],
Expand Down
4 changes: 0 additions & 4 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@
<string name="submit">Submit</string>
<string name="response_hint">Your response will be right here</string>
<string name="Question_ent">Enter your question here</string>
<string-array name="model_options">
<item>gpt-4</item>
<item>gpt-3.5-turbo</item>
</string-array>
</resources>

0 comments on commit bbff911

Please sign in to comment.