Skip to content

Commit e529630

Browse files
authored
Merge pull request #194 from Pavel401/rename-app
Changing App name
2 parents b9736e6 + aabf685 commit e529630

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
55
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
66
<application
7-
android:label="taskwarrior"
7+
android:label="TaskWarrior"
88
android:name="${applicationName}"
99
android:icon="@mipmap/launcher_icon">
1010
<activity

ios/Runner/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>
16-
<string>taskwarrior</string>
16+
<string>TaskWarrior</string>
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>

lib/widgets/profilefunctions/selectprofile.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class SelectProfile extends StatelessWidget {
4747
),
4848
Text(currentProfile,
4949
style: GoogleFonts.poppins(
50-
fontSize: 14,
50+
fontSize: 12,
5151
color: AppSettings.isDarkMode ? Colors.grey : Colors.grey[600],
5252
))
5353
],

0 commit comments

Comments
 (0)