Skip to content

Commit 749c24a

Browse files
authored
Merge pull request #3 from autyzm-pg/feature/update_target_android_version
Update android target sdk version
2 parents 361599f + 475dbc2 commit 749c24a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ buildscript {
22
ext {
33
buildToolsVersion = "34.0.0"
44
minSdkVersion = 21
5-
compileSdkVersion = 34
6-
targetSdkVersion = 34
5+
compileSdkVersion = 35
6+
targetSdkVersion = 35
77
ndkVersion = "25.1.8937393"
88
kotlinVersion = "1.8.0"
99
}

locale/en.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,14 @@ const translations = {
186186
stateChangeInfo: 'Change the state of all tasks to unfinished (in the plan editing view) to enable running the plan again.',
187187
planIsReadonlyTitle: 'PLAN IS READ-ONLY',
188188
planIsReadonly: 'Plan \'{{name}}\' is read-only. If you want to make any changes, please make a copy of this plan.',
189-
createCopy: 'Copy plan'
189+
createCopy: 'Copy plan',
190+
help: 'Welcome to Friendly Plan!',
191+
helpDescription: 'Would you like to learn how to use the app? We’ve prepared a tutorial for you!',
192+
helpDescriptionFunctions: 'If you want to see what features we offer, check out the "Guide" plan.',
193+
helpDescriptionPlans: 'If you want to see what activity schedules look like, use the "Sample schedule".',
194+
helpDescriptionGuide: 'You’ll find both plans in the "Tutorial" student profile. If you deleted it, you can add it again using the button below.',
195+
addTutorial: 'Welcome to Friendly Plan!',
196+
addSampleStudent: 'Add tutorial'
190197
},
191198
planItemActivity: {
192199
viewTitleTask: 'Task',

0 commit comments

Comments
 (0)