Skip to content

Commit efc04cd

Browse files
Release 1.5.0
2 parents 4f14da6 + b899a90 commit efc04cd

File tree

7 files changed

+114
-110
lines changed

7 files changed

+114
-110
lines changed

AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.connectsdk.sampler"
4-
android:versionCode="10"
5-
android:versionName="1.4.4" >
4+
android:versionCode="11"
5+
android:versionName="1.5.0" >
66

77
<uses-sdk
88
android:minSdkVersion="10"
9-
android:targetSdkVersion="19" />
9+
android:targetSdkVersion="22" />
1010

1111
<uses-permission android:name="android.permission.INTERNET"/>
1212
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

README.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,12 @@ For more information, visit our [website](http://www.connectsdk.com/).
2121
```
2222
2. Import the Sampler project into Android Studio
2323
24-
##Setup with Eclipse
25-
1. Setup Connect-SDK-Android [full](https://github.com/ConnectSDK/Connect-SDK-Android) or [lite](https://github.com/ConnectSDK/Connect-SDK-Android-Lite) version
26-
2. Import the Android v7 appcompat libary into your Eclipse workspace
27-
3. Import the Google google-play-services library into your Eclipse workspace (for full version of Connect-SDK)
28-
4. [Clone project](https://github.com/ConnectSDK/Connect-SDK-Android-API-Sampler) or [Download & unzip](https://github.com/ConnectSDK/Connect-SDK-Android-API-Sampler/archive/master.zip) the Connect SDK Sampler App ZIP file
29-
5. Import the Sampler project into Eclipse
30-
6. Right-click the `Connect-SDK-Android-API-Sampler` project and select `Properties`, in the `Library` pane of the `Android` tab add following libraries
31-
- android-support-v7-appcompat
32-
- Connect-SDK-Android-Core
33-
- Connect-SDK-Android-Google-Cast (for full version)
34-
8. See [https://github.com/ConnectSDK/Connect-SDK-Android](https://github.com/ConnectSDK/Connect-SDK-Android) for the remainder of the setup
35-
3624
##Contact
37-
* Twitter: [@ConnectSDK](https://www.twitter.com/ConnectSDK)
38-
* Ask a question with the "tv" tag on [Stack Overflow](http://stackoverflow.com/tags/tv)
39-
* General Inquiries: [email protected]
40-
* Developer Support: [email protected]
41-
* Partnerships: [email protected]
25+
* Twitter [@ConnectSDK](https://www.twitter.com/ConnectSDK)
26+
* Ask a question on Stack Overflow with the [Connect-SDK tag](https://stackoverflow.com/tags/connect-sdk) (or [TV tag](https://stackoverflow.com/tags/tv))
27+
* General Inquiries [email protected]
28+
* Developer Support [email protected]
29+
* Partnerships [email protected]
4230
4331
##License
4432

build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:1.0.0'
6+
classpath 'com.android.tools.build:gradle:1.2.3'
77
}
88
}
99

@@ -17,13 +17,13 @@ allprojects {
1717
apply plugin: 'com.android.application'
1818

1919
android {
20-
compileSdkVersion 21
21-
buildToolsVersion "21.1.2"
20+
compileSdkVersion 22
21+
buildToolsVersion "22.0.1"
2222

2323
defaultConfig {
2424
applicationId "com.connectsdk.sampler"
2525
minSdkVersion 10
26-
targetSdkVersion 21
26+
targetSdkVersion 22
2727
}
2828

2929
sourceSets {
@@ -46,9 +46,10 @@ android {
4646
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
4747
}
4848
}
49+
4950
}
5051

5152

5253
dependencies {
53-
compile 'com.connectsdk:connect-sdk-android:1.4.4'
54+
compile 'com.connectsdk:connect-sdk-android:1.5.0'
5455
}

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212

1313
# Project target.
14-
target=android-21
14+
target=android-22
1515
android.library.reference.1=../Connect-SDK-Android/core
1616
android.library.reference.2=../Connect-SDK-Android/modules/google_cast

0 commit comments

Comments
 (0)