diff --git a/app/build.gradle b/app/build.gradle index 7cf6f4527..e023e4d3f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -246,6 +246,13 @@ android { buildConfigField "boolean", "PLAY_STORE_DISABLED", "true" buildConfigField "String", "NOPLAY_UPDATE_URL", "\"$ext.websiteUpdateUrl\"" } + + internal { + dimension "none" + ext.websiteUpdateUrl = "null" + buildConfigField "boolean", "PLAY_STORE_DISABLED", "false" + buildConfigField "String", "NOPLAY_UPDATE_URL", "$ext.websiteUpdateUrl" + } } android.applicationVariants.all { variant -> diff --git a/app/src/internal/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/internal/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..a898496a1 --- /dev/null +++ b/app/src/internal/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/internal/res/values/strings.xml b/app/src/internal/res/values/strings.xml new file mode 100644 index 000000000..5c3b426c2 --- /dev/null +++ b/app/src/internal/res/values/strings.xml @@ -0,0 +1,4 @@ + + + Signal (Internal) + \ No newline at end of file