Skip to content

Commit 1d4d1d5

Browse files
committed
ignore
1 parent a1823f7 commit 1d4d1d5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.androidide/editor/openedFiles.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,13 @@
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
}
@@ -256,5 +256,5 @@
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
}

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

app/src/main/java/in/hridayan/ashell/activities/SettingsActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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));

0 commit comments

Comments
 (0)