Skip to content

Commit 9b4be85

Browse files
committed
v 1.1
1 parent 9cb68ee commit 9b4be85

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
210 KB
Loading

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "com.inventorybox.inventorybox"
1313
minSdkVersion 26
1414
targetSdkVersion 29
15-
versionCode 1
16-
versionName "1.0"
15+
versionCode 2
16+
versionName "1.1"
1717

1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
}

app/release/output.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"properties": [],
14-
"versionCode": 1,
15-
"versionName": "1",
14+
"versionCode": 2,
15+
"versionName": "2",
1616
"enabled": true,
1717
"outputFile": "app-release.apk"
1818
}

ibox

2.02 KB
Binary file not shown.

0 commit comments

Comments
 (0)