Browse Source

Fix example project

Fixes #338
Guy Carmeli 8 years ago
parent
commit
c6e6a861d3
2 changed files with 3 additions and 2 deletions
  1. 2
    1
      example/android/app/src/main/AndroidManifest.xml
  2. 1
    1
      example/android/build.gradle

+ 2
- 1
example/android/app/src/main/AndroidManifest.xml View File

@@ -7,7 +7,8 @@
7 7
         android:name=".MyApplication"
8 8
         android:allowBackup="false"
9 9
         android:icon="@mipmap/ic_launcher"
10
-        android:label="@string/app_name">
10
+        android:label="@string/app_name"
11
+        android:theme="@style/Theme.AppCompat.Light.NoActionBar">
11 12
         <activity
12 13
             android:name=".MainActivity"
13 14
             android:label="@string/app_name">

+ 1
- 1
example/android/build.gradle View File

@@ -5,7 +5,7 @@ buildscript {
5 5
         jcenter()
6 6
     }
7 7
     dependencies {
8
-        classpath 'com.android.tools.build:gradle:2.1.3'
8
+        classpath 'com.android.tools.build:gradle:2.2.0'
9 9
 
10 10
         // NOTE: Do not place your application dependencies here; they belong
11 11
         // in the individual module build.gradle files