mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Changed package name
This commit is contained in:
parent
dea18cff31
commit
97b0d7a3a4
2 changed files with 3 additions and 3 deletions
|
|
@ -6,11 +6,11 @@ android {
|
||||||
buildToolsVersion '30.0.3'
|
buildToolsVersion '30.0.3'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.cappielloantonio.play"
|
applicationId "com.cappielloantonio.playforsubsonic"
|
||||||
minSdkVersion 26
|
minSdkVersion 26
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.1"
|
versionName "1.0"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<resources>
|
<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="storage_permission_rationale">We need permissions because this and that</string>
|
||||||
|
|
||||||
<string name="general_header">General</string>
|
<string name="general_header">General</string>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue