Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Apr 5, 2019
1 parent 08fa278 commit 3d42e59
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions VirtualApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId "io.va.exposed"
minSdkVersion 21
targetSdkVersion 23
versionCode 172
versionName "0.17.2"
versionCode 173
versionName "0.17.3"
multiDexEnabled false
android {
defaultConfig {
Expand Down Expand Up @@ -62,8 +62,7 @@ android {
buildTypes {
release {
minifyEnabled false
debuggable
debuggable true
debuggable false
}
}
compileOptions {
Expand Down

1 comment on commit 3d42e59

@mengkang666
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rygv

Please sign in to comment.