Update to most recent Android presenter
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sun, 28 Jun 2015 07:14:21 +0200
changeset 23783302b8a5cdf
parent 236 b157a20a6945
child 243 64b15a1fb456
Update to most recent Android presenter
minesweeper/AndroidManifest.xml
minesweeper/pom.xml
     1.1 --- a/minesweeper/AndroidManifest.xml	Sun Jun 28 06:44:36 2015 +0200
     1.2 +++ b/minesweeper/AndroidManifest.xml	Sun Jun 28 07:14:21 2015 +0200
     1.3 @@ -38,7 +38,7 @@
     1.4          android:icon="@drawable/ic_launcher"
     1.5          android:label="Minesweeper"
     1.6          android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
     1.7 -        <activity android:name="org.apidesign.brwsr.DlvkBrwsr" 
     1.8 +        <activity android:name="com.dukescript.presenters.Android" 
     1.9                    android:configChanges="orientation|screenSize">
    1.10              <intent-filter>
    1.11                  <action android:name="android.intent.action.MAIN" />
     2.1 --- a/minesweeper/pom.xml	Sun Jun 28 06:44:36 2015 +0200
     2.2 +++ b/minesweeper/pom.xml	Sun Jun 28 07:14:21 2015 +0200
     2.3 @@ -291,9 +291,9 @@
     2.4                    <scope>provided</scope>
     2.5                </dependency>
     2.6                <dependency>
     2.7 -                  <groupId>org.apidesign.brwsr</groupId>
     2.8 -                  <artifactId>dlvkbrwsr</artifactId>
     2.9 -                  <version>1.0.1</version>
    2.10 +                  <groupId>com.dukescript.presenters</groupId>
    2.11 +                  <artifactId>android</artifactId>
    2.12 +                  <version>0.8.1</version>
    2.13                    <type>jar</type>
    2.14                </dependency>
    2.15                <dependency>