Set my own application id.
This commit is contained in:
parent
76e8ef132e
commit
1a0cbd4524
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ android {
|
||||||
compileSdkVersion 31
|
compileSdkVersion 31
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId 'org.y20k.trackbook'
|
applicationId 'net.voussoir.trackbook'
|
||||||
minSdkVersion 25
|
minSdkVersion 25
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode 50
|
versionCode 50
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<!-- App Name -->
|
<!-- App Name -->
|
||||||
<string name="app_name">Trackbook</string>
|
<string name="app_name">Trackbook-v</string>
|
||||||
<!-- please do not translate app_name - transcription into different alphabet types is fine though -->
|
<!-- please do not translate app_name - transcription into different alphabet types is fine though -->
|
||||||
<string name="app_version_name" translatable="false">\"See Emily Play\"</string>
|
<string name="app_version_name" translatable="false">\"See Emily Play\"</string>
|
||||||
<!-- Tabs -->
|
<!-- Tabs -->
|
||||||
|
|
Loading…
Reference in a new issue