Question:Which of the following attributes in the manifest file defines version information of an application for the Google Play Store (as opposed to defining version information for display to users)?
A android:versionCode
B android:versionName
C android:targetSdkVersion
D android:maxSdkVersion
+ AnswerA
+ Report