Skip to content

Commit da01b33

Browse files
committed
[VXP]: sync launcher.
1 parent 8cb9756 commit da01b33

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

VirtualApp/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId "io.va.exposed"
2929
minSdkVersion 21
3030
targetSdkVersion 22
31-
versionCode 87
32-
versionName "0.8.7"
31+
versionCode 89
32+
versionName "0.8.9"
3333
multiDexEnabled false
3434
android {
3535
defaultConfig {

VirtualApp/launcher

VirtualApp/lib/src/main/java/com/lody/virtual/client/stub/DaemonService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import android.content.Context;
66
import android.content.Intent;
77
import android.os.IBinder;
8+
import android.util.Log;
89

910
import com.lody.virtual.client.core.VirtualCore;
1011

0 commit comments

Comments
 (0)