Publishing a new test version

This commit is contained in:
Kevin Gaudin 2010-05-25 05:09:44 +00:00
parent 696ee8166a
commit 31452629e8
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<activity android:name="org.acra.CrashReportDialog"
android:theme="@android:style/Theme.Dialog" android:launchMode="singleInstance" />
<activity android:name="CrashTestActivity" android:label="@string/app_name">
<activity android:name="CrashTestActivity" android:label="@string/app_name" android:theme="@android:style/Theme.Dialog">
<intent-filter>
<action android:name="android.intent.action.MAIN"></action>
<category android:name="android.intent.category.LAUNCHER"></category>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="WINDOWS-1252" standalone="no"?>
<jardesc>
<jar path="CrashReport/build/acra-2.0.2-test.jar"/>
<jar path="CrashReport/build/acra-2.0.3-test.jar"/>
<options buildIfNeeded="true" compress="true" descriptionLocation="/CrashReport/acra-build.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="false" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/>
<storedRefactorings deprecationInfo="true" structuralOnly="false"/>
<selectedProjects/>