Skip to content

Commit 6e4e26a

Browse files
committed
New applicationId. fixes #948
Signed-off-by: tiann <[email protected]>
1 parent 820d3b7 commit 6e4e26a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

VirtualApp/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ android {
2020
compileSdkVersion 28
2121
buildToolsVersion '28.0.3'
2222
defaultConfig {
23-
applicationId "io.va.exposed"
23+
applicationId "io.va.exposed64"
2424
minSdkVersion 21
2525
targetSdkVersion 23
26-
versionCode 202
27-
versionName "0.20.2"
26+
versionCode 203
27+
versionName "0.20.3"
2828
multiDexEnabled false
2929
android {
3030
defaultConfig {

0 commit comments

Comments
 (0)