Commit f4aeb7f
Fix workflow script syntax and Android build warnings
- Consolidated multi-line bash script to avoid shell syntax errors
- Removed deprecated package attribute from AndroidManifest.xml
- Removed uses-sdk element (minSdkVersion managed in build.gradle.kts)
- Removed android:extractNativeLibs attribute
- Removed unused context variable from MainActivity.kt
All Android manifest attributes are now properly managed in build.gradle.kts
following modern Android development practices.
Co-authored-by: kirklandsign <107070759+kirklandsign@users.noreply.github.com>1 parent 210272b commit f4aeb7f
3 files changed
Lines changed: 3 additions & 27 deletions
File tree
- .github/workflows
- dl3/android/DeepLabV3Demo/app/src/main
- java/org/pytorch/executorchexamples/dl3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | 102 | | |
104 | 103 | | |
105 | | - | |
106 | 104 | | |
107 | 105 | | |
108 | | - | |
109 | 106 | | |
110 | 107 | | |
111 | | - | |
112 | | - | |
113 | 108 | | |
114 | 109 | | |
115 | 110 | | |
116 | | - | |
117 | 111 | | |
118 | 112 | | |
119 | 113 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
| 114 | + | |
126 | 115 | | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
| 116 | + | |
133 | 117 | | |
134 | 118 | | |
135 | | - | |
136 | 119 | | |
137 | 120 | | |
138 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 3 | + | |
9 | 4 | | |
10 | 5 | | |
11 | 6 | | |
| |||
20 | 15 | | |
21 | 16 | | |
22 | 17 | | |
23 | | - | |
24 | 18 | | |
25 | 19 | | |
26 | 20 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
| |||
0 commit comments