diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c15193d..a29aa1d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -101,6 +101,7 @@ android { create("withInternetNightly") { dimension = "internet" applicationIdSuffix = ".nightly" + versionNameSuffix = "-nightly" manifestPlaceholders["internetPermission"] = "android.permission.INTERNET" val weatherFile = project.rootProject.file("weather.properties") val properties = Properties() @@ -117,6 +118,7 @@ android { create("withoutInternetNightly") { dimension = "internet" applicationIdSuffix = ".nightly" + versionNameSuffix = "-nightly" manifestPlaceholders["internetPermission"] = "REMOVE" buildConfigField( type = "String",