mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-14 19:20:29 +03:00
These days, the location that overrides all the others is in the android{}
block of the build.gradle file that loads the com.android.application
plugin. So this should be the preferred place to read these values.
test files GPL licensed: https://github.com/Integreight/1Sheeld-Android-App
9 lines
264 B
XML
9 lines
264 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.viewpagerindicator"
|
|
android:versionCode="65"
|
|
android:versionName="2.4.1">
|
|
|
|
<uses-sdk android:minSdkVersion="4" />
|
|
</manifest>
|