Skip to content

Commit 422e3b6

Browse files
committed
Fixed Null pointer, renamed to offline pipepipe
1 parent 54e6d11 commit 422e3b6

File tree

3 files changed

+115
-84
lines changed

3 files changed

+115
-84
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212

1313
defaultConfig {
1414
applicationId "InfinityLoop1309.NewPipeEnhanced"
15-
resValue "string", "app_name", "PipePipe"
15+
resValue "string", "app_name", "Offline PipePipe"
1616
minSdk 21
1717
//noinspection ExpiredTargetSdkVersion
1818
targetSdk 33
@@ -62,7 +62,7 @@ android {
6262
if (true) {
6363
// default values when branch name could not be determined or is master or dev
6464
applicationIdSuffix ".debug"
65-
resValue "string", "app_name", "PipePipe Debug"
65+
resValue "string", "app_name", "Offline PipePipeᵈ"
6666
} else {
6767
applicationIdSuffix ".debug." + normalizedWorkingBranch
6868
resValue "string", "app_name", "PipePipe " + workingBranch

0 commit comments

Comments
 (0)