mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 09:08:49 -05:00
Build with SDK 19
This commit is contained in:
parent
32e1689255
commit
aec1a38578
@ -19,7 +19,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 17
|
compileSdkVersion 19
|
||||||
buildToolsVersion '18.1.1'
|
buildToolsVersion '18.1.1'
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
@ -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
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user