Changed package name

This commit is contained in:
CappielloAntonio 2021-07-24 13:35:44 +02:00
parent dea18cff31
commit 97b0d7a3a4
2 changed files with 3 additions and 3 deletions

View file

@ -6,11 +6,11 @@ android {
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "com.cappielloantonio.play"
applicationId "com.cappielloantonio.playforsubsonic"
minSdkVersion 26
targetSdkVersion 31
versionCode 1
versionName "1.1"
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View file

@ -1,5 +1,5 @@
<resources>
<string name="app_name">Play</string>
<string name="app_name">Play for Subsonic</string>
<string name="storage_permission_rationale">We need permissions because this and that</string>
<string name="general_header">General</string>