Skip to content

Commit acc185d

Browse files
committed
Update app name to "16 Million Taps Classic" in multiple files
1 parent 19b3698 commit acc185d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@
1313
.externalNativeBuild
1414
.cxx
1515
local.properties
16+
17+
.idea/icon.svg

.idea/.name

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<resources>
77

88
<!-- App name -->
9-
<string name="app_name">16 Million Taps</string>
9+
<string name="app_name">16 Million Taps Classic</string>
1010

1111
<!-- Main activity layout -->
1212
<string name="zero_counter">0</string>

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ dependencyResolutionManagement {
1919
}
2020
}
2121

22-
rootProject.name = "16 Million Taps"
22+
rootProject.name = "16 Million Taps Classic"
2323
include ':app'

0 commit comments

Comments
 (0)