Skip to content

Commit 14e54fb

Browse files
committed
Prepare for version v2
1 parent a8a2dc8 commit 14e54fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- Initial release of `Android-Doc-QA`
2-
- The app allows users to ask questions on PDF/DOCX documents and get natural-language answers.
1+
- Allow use of local LLM models (with LiteRT) for document question-answering
2+
- Gated models can be downloaded by providing a HuggingFace access token to the app

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "com.ml.shubham0204.docqa"
1515
minSdk = 26
1616
targetSdk = 35
17-
versionCode = 1
18-
versionName = "0.0.1"
17+
versionCode = 2
18+
versionName = "2"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
vectorDrawables {

0 commit comments

Comments
 (0)