OpenGL version: is it ok to require 1.0 vs 1.1?

Monkey Targets Forums/Android/OpenGL version: is it ok to require 1.0 vs 1.1?

secondgear(Posted 2015) [#1]
I've just discovered that Amazon is tightening its compatibility requirements for Kindle Fire devices. Their new automatic check complains about this line in the standard Monkey manifest:

<uses-feature android:glEsVersion="0x00010001" />


Three older Kindle Fire devices want 0x00010000 instead. What do you think will happen if I just change the version to 1.0 in the manifest?