diff --git a/app/build.gradle b/app/build.gradle index 0fad79f72..21c72daa3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "io.pslab" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 5 - versionName "2.0.4" + versionCode 6 + versionName "2.0.5" multiDexEnabled true testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }