Skip to content

Commit

Permalink
new apk
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Jan 12, 2022
1 parent 43a5191 commit 2a43e9c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "ru.tech.easysearch"
minSdk = 21
targetSdk = 31
versionCode = 2
versionName = "1.0.2"
versionCode = 3
versionName = "1.0.5"
}

buildTypes {
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 2,
"versionName": "1.0.2",
"versionCode": 3,
"versionName": "1.0.5",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit 2a43e9c

Please sign in to comment.