Skip to content

Commit 1c8ca1b

Browse files
author
Paul Ruiz
committed
updating setup for android tv media app to work with latest android studio
1 parent 1e14ba2 commit 1c8ca1b

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

AndroidAutoMessenger/app/src/main/java/com/ptrprograms/androidautomessenger/MainActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ private NotificationCompat.CarExtender.UnreadConversation getUnreadConversation(
7878
NotificationCompat.CarExtender.UnreadConversation.Builder unreadConversationBuilder =
7979
new NotificationCompat.CarExtender.UnreadConversation.Builder( UNREAD_CONVERSATION_BUILDER_NAME );
8080

81-
8281
unreadConversationBuilder.setReadPendingIntent( getMessageReadPendingIntent() );
8382
unreadConversationBuilder.setReplyAction( getMessageReplyPendingIntent(), getVoiceReplyRemoteInput() );
8483
unreadConversationBuilder.addMessage( "Okay I'm home now. Give me a buzz when you get in. I'll be here pretty much all night. Bye.");

AndroidTVMediaPlayer/app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
33

44
android {
55
compileSdkVersion 21
6-
buildToolsVersion "21.0.0"
6+
buildToolsVersion "21.1.2"
77

88
defaultConfig {
99
applicationId "com.ptrprograms.androidtvmediaplayer"
@@ -14,7 +14,6 @@ android {
1414
}
1515
buildTypes {
1616
release {
17-
runProguard false
1817
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1918
}
2019
}

AndroidTVMediaPlayer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:0.12.+'
8+
classpath 'com.android.tools.build:gradle:1.0.0'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Apr 10 15:27:10 PDT 2013
1+
#Fri Feb 20 23:27:38 MST 2015
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip

0 commit comments

Comments
 (0)