1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Build with SDK 19

This commit is contained in:
cketti 2014-01-26 17:01:07 +01:00
parent 32e1689255
commit aec1a38578
4 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,7 @@ dependencies {
} }
android { android {
compileSdkVersion 17 compileSdkVersion 19
buildToolsVersion '18.1.1' buildToolsVersion '18.1.1'
sourceSets { sourceSets {

View File

@ -11,7 +11,7 @@
split.density=false split.density=false
java.encoding=utf8 java.encoding=utf8
# Project target. # Project target.
target=android-17 target=android-19
extensible.libs.classpath=compile-only-libs extensible.libs.classpath=compile-only-libs
android.library.reference.1=plugins/ActionBarSherlock/library android.library.reference.1=plugins/ActionBarSherlock/library
android.library.reference.2=plugins/Android-PullToRefresh/library android.library.reference.2=plugins/Android-PullToRefresh/library

View File

@ -461,6 +461,7 @@ public class MergeCursor implements Cursor {
throw new RuntimeException("Not implemented"); throw new RuntimeException("Not implemented");
} }
@Override
public Uri getNotificationUri() { public Uri getNotificationUri() {
return null; return null;
} }

View File

@ -822,6 +822,7 @@ public class MessageProvider extends ContentProvider {
return mCursor.getType(columnIndex); return mCursor.getType(columnIndex);
} }
@Override
public Uri getNotificationUri() { public Uri getNotificationUri() {
return null; return null;
} }