diff --git a/app/build.gradle b/app/build.gradle index c53bdf8..fb4fb77 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "max.music_cyclon" minSdkVersion 14 targetSdkVersion 23 - versionCode 3 - versionName "0.3" + versionCode 4 + versionName "0.3.1" } compileOptions { sourceCompatibility JavaVersion.VERSION_1_7