Skip to content

Commit

Permalink
New applicationId. fixes android-hacker#948
Browse files Browse the repository at this point in the history
Signed-off-by: tiann <twsxtd@gmail.com>
  • Loading branch information
tiann committed Dec 14, 2020
1 parent 820d3b7 commit 6e4e26a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VirtualApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "io.va.exposed"
applicationId "io.va.exposed64"
minSdkVersion 21
targetSdkVersion 23
versionCode 202
versionName "0.20.2"
versionCode 203
versionName "0.20.3"
multiDexEnabled false
android {
defaultConfig {
Expand Down

0 comments on commit 6e4e26a

Please sign in to comment.