mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Mavenized (almost) everything - Transcode feature removed
This commit is contained in:
parent
0a493dc8a1
commit
3a313f3fb3
444 changed files with 1703 additions and 34416 deletions
13
commons-it/AndroidManifest.xml
Normal file
13
commons-it/AndroidManifest.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.wikimedia.commons.test" android:versionCode="1" android:versionName="1.0-SNAPSHOT">
|
||||
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||
<uses-library android:name="android.test.runner" />
|
||||
</application>
|
||||
|
||||
<instrumentation android:targetPackage="org.wikimedia.commons"
|
||||
android:name="android.test.InstrumentationTestRunner" />
|
||||
|
||||
</manifest>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue