Explorar el Código

Release 0.1.1

tags/ActivityRecorder/0.1.1
Chris Smith hace 14 años
padre
commit
4d822c1191
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      code/ActivityRecorder/AndroidManifest.xml

+ 1
- 1
code/ActivityRecorder/AndroidManifest.xml Ver fichero

@@ -1,6 +1,6 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2 2
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
-     package="uk.co.md87.android.activityrecorder" android:versionCode="1" android:versionName="0.1.0">
3
+     package="uk.co.md87.android.activityrecorder" android:versionCode="1" android:versionName="0.1.1">
4 4
     <application android:label="Activity Recorder" android:icon="@drawable/icon">
5 5
          <activity android:name=".ActivityRecorderActivity" android:label="Activity Recorder">
6 6
             <intent-filter>

Loading…
Cancelar
Guardar