File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/main/java/in/hridayan/ashell/activities Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 154154 "file" : " /storage/emulated/0/AndroidIDEProjects/aShellYou/app/build.gradle" ,
155155 "selection" : {
156156 "end" : {
157- "column" : 27 ,
158- "index" : 259 ,
157+ "column" : 28 ,
158+ "index" : 260 ,
159159 "line" : 13
160160 },
161161 "start" : {
162- "column" : 27 ,
163- "index" : 259 ,
162+ "column" : 28 ,
163+ "index" : 260 ,
164164 "line" : 13
165165 }
166166 }
256256 }
257257 }
258258 ],
259- "selectedFile" : " /storage/emulated/0/AndroidIDEProjects/aShellYou/app/src/main/java/in/hridayan/ashell/activities/SettingsActivity.java "
259+ "selectedFile" : " /storage/emulated/0/AndroidIDEProjects/aShellYou/app/build.gradle "
260260}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
1010 applicationId " in.hridayan.ashell"
1111 minSdk 24
1212 targetSdk 34
13- versionCode 19
13+ versionCode 20
1414 versionName " v2.0.2"
1515 }
1616
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ protected void onCreate(Bundle savedInstanceState) {
6767 settingsData .add (
6868 new SettingsItem (
6969 R .drawable .ic_numbers ,
70- examples ,
70+ "Examples" ,
7171 "Collection of some command templates." ,
7272 false ,
7373 false ));
You can’t perform that action at this time.
0 commit comments