diff --git a/app/build.gradle b/app/build.gradle index 661ce34..68d6639 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "max.music_cyclon" minSdkVersion 14 targetSdkVersion 23 - versionCode 1 - versionName "0.1" + versionCode 2 + versionName "0.2" } compileOptions { sourceCompatibility JavaVersion.VERSION_1_7