Skip to content

Commit 9890fe5

Browse files
author
tiann
committed
bump version
1 parent a64fb62 commit 9890fe5

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
@@ -28,8 +28,8 @@ android {
2828
applicationId "io.va.exposed"
2929
minSdkVersion 21
3030
targetSdkVersion 23
31-
versionCode 111
32-
versionName "0.11.1"
31+
versionCode 112
32+
versionName "0.11.2"
3333
multiDexEnabled false
3434
android {
3535
defaultConfig {
@@ -58,7 +58,7 @@ android {
5858
buildTypes {
5959
release {
6060
minifyEnabled false
61-
debuggable false
61+
debuggable true
6262
}
6363
}
6464
compileOptions {

0 commit comments

Comments
 (0)