Skip to content

Commit 66e9c1f

Browse files
authored
Merge pull request #6414 from grzesiek2010/COLLECT-6410_2
Remove glEsVersion from manifest
2 parents 60c200b + ddae421 commit 66e9c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collect_app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ the specific language governing permissions and limitations under the License.
2828
android:required="false" />
2929
<uses-feature
3030
android:glEsVersion="0x00030000"
31-
android:required="false" />
31+
tools:node="remove" />
3232

3333
<!-- Dangerous permissions -->
3434
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

0 commit comments

Comments
 (0)