diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7915853..f4a19ce 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "com.michatec.radio" minSdk = 28 targetSdk = 37 - versionCode = 146 - versionName = "14.6" + versionCode = 150 + versionName = "15.0" } compileOptions { @@ -80,4 +80,4 @@ dependencies { // Volley HTTP request // implementation(libs.volley) implementation(libs.material3) -} \ No newline at end of file +}