diff --git a/app/build.gradle b/app/build.gradle
index b4df55d4e..c76553165 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -3,24 +3,6 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
-
-static String getGitWorkingBranch() {
- try {
- def gitProcess = "git rev-parse --abbrev-ref HEAD".execute()
- gitProcess.waitFor()
- if (gitProcess.exitValue() == 0) {
- return gitProcess.text.trim()
- } else {
- // not a git repository
- return ""
- }
- } catch (IOException ignored) {
- // git was not found
- return ""
- }
-}
-
-
android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
@@ -143,3 +125,19 @@ dependencies {
implementation "io.noties.markwon:core:${markwonVersion}"
implementation "io.noties.markwon:linkify:${markwonVersion}"
}
+
+static String getGitWorkingBranch() {
+ try {
+ def gitProcess = "git rev-parse --abbrev-ref HEAD".execute()
+ gitProcess.waitFor()
+ if (gitProcess.exitValue() == 0) {
+ return gitProcess.text.trim()
+ } else {
+ // not a git repository
+ return ""
+ }
+ } catch (IOException ignored) {
+ // git was not found
+ return ""
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 2934769d0..48e8a4854 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -432,7 +432,7 @@
SoundCloud
Something will appear here soon ;D
- NewPipe
+ @string/app_name
Preferred \'open\' action
Default action when opening content — %s
Video player