Skip to content
This repository was archived by the owner on Jun 14, 2026. It is now read-only.

Commit 4575098

Browse files
committed
push to 1.1.3
1 parent e13ce50 commit 4575098

3 files changed

Lines changed: 54 additions & 3 deletions

File tree

.acside/editor/openedFiles.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"allFiles": [
3+
{
4+
"file": "/storage/emulated/0/AndroidIDEProjects/Code Snap/README.md",
5+
"selection": {
6+
"end": {
7+
"column": 10,
8+
"index": 896,
9+
"line": 44
10+
},
11+
"start": {
12+
"column": 10,
13+
"index": 896,
14+
"line": 44
15+
}
16+
}
17+
},
18+
{
19+
"file": "/storage/emulated/0/AndroidIDEProjects/Code Snap/snapcode/build.gradle",
20+
"selection": {
21+
"end": {
22+
"column": 0,
23+
"index": 0,
24+
"line": 0
25+
},
26+
"start": {
27+
"column": 0,
28+
"index": 0,
29+
"line": 0
30+
}
31+
}
32+
},
33+
{
34+
"file": "/storage/emulated/0/AndroidIDEProjects/Code Snap/gradle.properties",
35+
"selection": {
36+
"end": {
37+
"column": 18,
38+
"index": 436,
39+
"line": 11
40+
},
41+
"start": {
42+
"column": 18,
43+
"index": 436,
44+
"line": 11
45+
}
46+
}
47+
}
48+
],
49+
"selectedFile": "/storage/emulated/0/AndroidIDEProjects/Code Snap/README.md"
50+
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
- [x] json
4343
- [x] xml
4444
- [x] zig
45+
- [x] diff
4546

4647
## Note
4748

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#AndroidIDE: enforce UTF-8 & locale for Gradle daemon
2-
#Tue Dec 16 17:04:11 GMT 2025
2+
#Wed Dec 17 10:23:17 GMT 2025
33
android.nonTransitiveRClass=false
44
-Dfile.encoding=UTF-8
5-
systemProp.user.language=en
65
systemProp.user.country=US
6+
systemProp.user.language=en
77
VERSION_CODE=2
88
org.gradle.jvmargs=-Xmx4g -Dfile.encoding\=UTF-8 -Dsun.jnu.encoding\=UTF-8 -Duser.language\=en -Duser.country\=US
99
android.useAndroidX=true
1010
android.enableJetifier=true
1111
android.suppressUnsupportedCompileSdk=35
12-
VERSION_NAME=1.1.2
12+
VERSION_NAME=1.1.3
1313
kotlin.code.style=official
1414
systemProp.sun.jnu.encoding=UTF-8
1515
systemProp.file.encoding=UTF-8

0 commit comments

Comments
 (0)