Pictogram Tablet logo updated

parent 59bc9458
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
compileSdkVersion 24 compileSdkVersion 21
buildToolsVersion "23.0.2" buildToolsVersion "21.1.2"
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
...@@ -39,9 +38,9 @@ android { ...@@ -39,9 +38,9 @@ android {
dependencies { dependencies {
compile fileTree(dir: 'libs', include: ['*.jar']) compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
compile 'com.android.support:support-v4:24.1.1' compile 'com.android.support:support-v4:21.1.1'
compile 'com.android.support:support-v4:24.1.1' compile 'com.android.support:support-v4:21.1.1'
compile 'com.android.support:appcompat-v7:24.1.1' compile 'com.android.support:appcompat-v7:21.0.+'
compile 'com.github.nkzawa:socket.io-client:0.5.0' compile 'com.github.nkzawa:socket.io-client:0.5.0'
compile 'com.koushikdutta.async:androidasync:2.+' compile 'com.koushikdutta.async:androidasync:2.+'
compile 'com.koushikdutta.ion:ion:2.+' compile 'com.koushikdutta.ion:ion:2.+'
......
...@@ -3,7 +3,6 @@ package com.yottacode.pictogram.tablet.net; ...@@ -3,7 +3,6 @@ package com.yottacode.pictogram.tablet.net;
import android.app.NotificationManager; import android.app.NotificationManager;
import android.app.PendingIntent; import android.app.PendingIntent;
import android.app.TaskStackBuilder; import android.app.TaskStackBuilder;
import android.app.admin.SystemUpdatePolicy;
import android.content.Intent; import android.content.Intent;
import android.support.v4.app.NotificationCompat; import android.support.v4.app.NotificationCompat;
import android.util.Log; import android.util.Log;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment