mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-23 16:18:50 -05:00
Build with SDK 19
This commit is contained in:
parent
32e1689255
commit
aec1a38578
@ -19,7 +19,7 @@ dependencies {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 17
|
||||
compileSdkVersion 19
|
||||
buildToolsVersion '18.1.1'
|
||||
|
||||
sourceSets {
|
||||
|
@ -11,7 +11,7 @@
|
||||
split.density=false
|
||||
java.encoding=utf8
|
||||
# Project target.
|
||||
target=android-17
|
||||
target=android-19
|
||||
extensible.libs.classpath=compile-only-libs
|
||||
android.library.reference.1=plugins/ActionBarSherlock/library
|
||||
android.library.reference.2=plugins/Android-PullToRefresh/library
|
||||
|
@ -461,6 +461,7 @@ public class MergeCursor implements Cursor {
|
||||
throw new RuntimeException("Not implemented");
|
||||
}
|
||||
|
||||
@Override
|
||||
public Uri getNotificationUri() {
|
||||
return null;
|
||||
}
|
||||
|
@ -822,6 +822,7 @@ public class MessageProvider extends ContentProvider {
|
||||
return mCursor.getType(columnIndex);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Uri getNotificationUri() {
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user