Can not generate apk file of ionic vue project

I am trying to generate apk file of my vue + ionic project but receive this error

C:\projects\siloc-ionic-app\android\capacitor-cordova-android-plugins\src\main\AndroidManifest.xml:10:60-92 Error:
	Attribute uses-feature#android.hardware.location.gps@required at AndroidManifest.xml:10:60-92 has an illegal value=($GPS_REQUIRED), expected 'true' or 'false'
C:\projects\siloc-ionic-app\android\capacitor-cordova-android-plugins\src\main\AndroidManifest.xml Error:
	Validation failed, exiting

It looks like gps related problem i am using geolocation plugin .
What could be wrong with that ?