This repository was archived by the owner on Jun 14, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 4242- [x] json
4343- [x] xml
4444- [x] zig
45+ - [x] diff
4546
4647## Note
4748
Original file line number Diff line number Diff line change 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
33android.nonTransitiveRClass =false
44-Dfile.encoding =UTF-8
5- systemProp.user.language =en
65systemProp.user.country =US
6+ systemProp.user.language =en
77VERSION_CODE =2
88org.gradle.jvmargs =-Xmx4g -Dfile.encoding\=UTF-8 -Dsun.jnu.encoding\=UTF-8 -Duser.language\=en -Duser.country\=US
99android.useAndroidX =true
1010android.enableJetifier =true
1111android.suppressUnsupportedCompileSdk =35
12- VERSION_NAME =1.1.2
12+ VERSION_NAME =1.1.3
1313kotlin.code.style =official
1414systemProp.sun.jnu.encoding =UTF-8
1515systemProp.file.encoding =UTF-8
You can’t perform that action at this time.
0 commit comments