diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5d0a106f..42b9fc9f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -33,8 +33,8 @@ android { applicationId = "org.scottishtecharmy.soundscape" minSdk = 30 targetSdk = 35 - versionCode = 36 - versionName = "0.0.35" + versionCode = 37 + versionName = "0.0.36" // Retrieve the tile provider API from local.properties. This is not under version control // and must be configured by each developer locally. GitHb actions fill in local.properties