diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 68d05d3..26e49b5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -16,8 +16,8 @@ android { applicationId = "com.hi.melody.music.noise" minSdk = 24 targetSdk = 34 - versionCode = 6 - versionName = "1.0.6" + versionCode = 7 + versionName = "1.0.7" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"