Skip to content

Commit

Permalink
add 'legacy' suffix to app id
Browse files Browse the repository at this point in the history
  • Loading branch information
ShareASmile committed Jul 14, 2024
1 parent 36f9bcd commit bdb3a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ android {
shrinkResources true // could be disabled to fix F-Droid's reproducible build
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
archivesBaseName = 'app'
applicationIdSuffix ".flora"
resValue "string", "app_name", "NewPipe " + "Flora"
applicationIdSuffix ".legacy"
resValue "string", "app_name", "NewPipe " + "Legacy"
}
}

Expand Down

0 comments on commit bdb3a7d

Please sign in to comment.