Skip to content

Commit

Permalink
update apk version code / version name and npm package
Browse files Browse the repository at this point in the history
Signed-off-by: Crepieux Pierre <[email protected]>
  • Loading branch information
pcrepieux committed May 31, 2021
1 parent 52337a0 commit 1624389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions experimental/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "io.devicefarmer.minicap"
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "0.3"
versionCode 2
versionName "0.7"
archivesBaseName = "minicap"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicefarmer/minicap-prebuilt",
"version": "2.6.1",
"version": "2.7.0",
"description": "Prebuilt binaries of minicap.",
"keywords": [
"minicap"
Expand Down

0 comments on commit 1624389

Please sign in to comment.