Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from markmcd/2015
Browse files Browse the repository at this point in the history
2015 import
  • Loading branch information
samthor authored Aug 10, 2016
2 parents 9dd2a24 + 44bc7c3 commit e258551
Show file tree
Hide file tree
Showing 5,502 changed files with 82,662 additions and 7 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
31 changes: 31 additions & 0 deletions CCL/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion rootProject.ext.tools
publishNonDefault true

defaultConfig {
minSdkVersion 9
targetSdkVersion 23
versionCode 10
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}


dependencies {
compile rootProject.ext.supportV4
compile rootProject.ext.appCompat
compile rootProject.ext.mediaRouter

compile rootProject.ext.playServicesBase
compile rootProject.ext.playServicesBasement
compile rootProject.ext.playServicesCast
}
30 changes: 30 additions & 0 deletions CCL/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!--
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.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.libraries.cast.companionlibrary"
android:versionCode="18"
android:versionName="2.6" >

<uses-sdk
android:minSdkVersion="10"
android:targetSdkVersion="23" />

<!-- Removed for Santa Tracker
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
-->


</manifest>
Loading

0 comments on commit e258551

Please sign in to comment.