File tree 4 files changed +4
-6
lines changed
AndroidAutoMessenger/app/src/main/java/com/ptrprograms/androidautomessenger
4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ private NotificationCompat.CarExtender.UnreadConversation getUnreadConversation(
78
78
NotificationCompat .CarExtender .UnreadConversation .Builder unreadConversationBuilder =
79
79
new NotificationCompat .CarExtender .UnreadConversation .Builder ( UNREAD_CONVERSATION_BUILDER_NAME );
80
80
81
-
82
81
unreadConversationBuilder .setReadPendingIntent ( getMessageReadPendingIntent () );
83
82
unreadConversationBuilder .setReplyAction ( getMessageReplyPendingIntent (), getVoiceReplyRemoteInput () );
84
83
unreadConversationBuilder .addMessage ( "Okay I'm home now. Give me a buzz when you get in. I'll be here pretty much all night. Bye." );
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
3
3
4
4
android {
5
5
compileSdkVersion 21
6
- buildToolsVersion " 21.0.0 "
6
+ buildToolsVersion " 21.1.2 "
7
7
8
8
defaultConfig {
9
9
applicationId " com.ptrprograms.androidtvmediaplayer"
@@ -14,7 +14,6 @@ android {
14
14
}
15
15
buildTypes {
16
16
release {
17
- runProguard false
18
17
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
19
18
}
20
19
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:0.12.+ '
8
+ classpath ' com.android.tools.build:gradle:1.0.0 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
- # Wed Apr 10 15 :27:10 PDT 2013
1
+ # Fri Feb 20 23 :27:38 MST 2015
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments