Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ jdk:
- oraclejdk8
android:
components:
- platform-tools
- tools
- build-tools-24.0.0
- android-24
- platform-tools
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
Expand Down
4 changes: 0 additions & 4 deletions admob/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ android {
}
}

lintOptions {
abortOnError false
}

packagingOptions {
exclude 'LICENSE.txt'
}
Expand Down
4 changes: 0 additions & 4 deletions analytics/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ android {
versionName "1.0"
}

lintOptions {
abortOnError false
}

buildTypes {
release {
minifyEnabled true
Expand Down
24 changes: 24 additions & 0 deletions analytics/app/src/main/res/values-v21/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!--
Copyright 2015 Google Inc. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
-->
<resources>

<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="android:colorAccent">@color/colorAccent</item>
</style>

</resources>
1 change: 0 additions & 1 deletion analytics/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ specific language governing permissions and limitations under the License.
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="android:colorAccent">@color/colorAccent</item>
</style>

</resources>
5 changes: 0 additions & 5 deletions app-indexing/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,12 @@ android {

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

lintOptions {
abortOnError false
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions auth/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ android {
}
}

lintOptions {
abortOnError false
}

productFlavors {

// Build variant to include the Facebook Android SDk
Expand Down
16 changes: 16 additions & 0 deletions auth/app/src/facebook/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.firebase.quickstart.auth">

<application>
<!-- Facebook Configuration -->
<meta-data
android:name="com.facebook.sdk.ApplicationId"
android:value="@string/facebook_app_id" />
<activity
android:name="com.facebook.FacebookActivity"
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
android:label="@string/app_name"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
</application>
</manifest>
11 changes: 0 additions & 11 deletions auth/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,6 @@
<activity
android:name=".FacebookLoginActivity"
android:label="@string/label_facebook_login" />

<!-- Facebook Configuration -->
<meta-data
android:name="com.facebook.sdk.ApplicationId"
android:value="@string/facebook_app_id" />
<activity
android:name="com.facebook.FacebookActivity"
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
android:label="@string/app_name"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />

<activity
android:name=".EmailPasswordActivity"
android:label="@string/label_emailpassword"
Expand Down
4 changes: 0 additions & 4 deletions config/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ android {
versionName "1.0"
}

lintOptions {
abortOnError false
}

buildTypes {
release {
minifyEnabled true
Expand Down
4 changes: 0 additions & 4 deletions crash/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ android {
versionName "1.0"
}

lintOptions {
abortOnError false
}

buildTypes {
release {
minifyEnabled true
Expand Down
4 changes: 0 additions & 4 deletions database/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ android {
versionName "1.0"
}

lintOptions {
abortOnError false
}

buildTypes {
release {
minifyEnabled true
Expand Down
4 changes: 0 additions & 4 deletions dynamiclinks/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ android {
versionName "1.0"
}

lintOptions {
abortOnError false
}

buildTypes {
release {
minifyEnabled true
Expand Down
4 changes: 0 additions & 4 deletions invites/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ android {
}
}

lintOptions {
abortOnError false
}

packagingOptions {
exclude 'LICENSE.txt'
}
Expand Down
4 changes: 0 additions & 4 deletions messaging/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ android {
}
}

lintOptions {
abortOnError false
}

packagingOptions {
exclude 'LICENSE.txt'
}
Expand Down
4 changes: 0 additions & 4 deletions storage/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ android {
versionName "1.0"
}

lintOptions {
abortOnError false
}

buildTypes {
release {
minifyEnabled true
Expand Down