From 8d60481c4e1cfb0f16b89da6b9838e79d695f593 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 29 Sep 2018 22:43:44 +0200 Subject: [PATCH] Target Android 9.0 (Pie). --- sample-integration-android/build.gradle | 2 +- wallet/AndroidManifest.xml | 3 ++- wallet/build.gradle | 4 ++-- wallet/project.properties | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/sample-integration-android/build.gradle b/sample-integration-android/build.gradle index a5cdb0c503..85fbbe2390 100644 --- a/sample-integration-android/build.gradle +++ b/sample-integration-android/build.gradle @@ -11,7 +11,7 @@ dependencies { android { compileSdkVersion 'android-15' - buildToolsVersion '26.0.3' + buildToolsVersion '28.0.3' lintOptions { abortOnError false } diff --git a/wallet/AndroidManifest.xml b/wallet/AndroidManifest.xml index 99c0087741..204b7067eb 100644 --- a/wallet/AndroidManifest.xml +++ b/wallet/AndroidManifest.xml @@ -8,13 +8,14 @@ + diff --git a/wallet/build.gradle b/wallet/build.gradle index 85b79eab9b..daeee7085b 100644 --- a/wallet/build.gradle +++ b/wallet/build.gradle @@ -37,8 +37,8 @@ ext { } android { - compileSdkVersion 'android-27' - buildToolsVersion '27.0.3' + compileSdkVersion 'android-28' + buildToolsVersion '28.0.3' lintOptions { abortOnError false diff --git a/wallet/project.properties b/wallet/project.properties index afd70b05a9..29e368b379 100644 --- a/wallet/project.properties +++ b/wallet/project.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=android-27 +target=android-28