From 5cfac390284625379c8383d0cad2eaacd4c9914e Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 27 Feb 2020 14:18:36 +0100 Subject: [PATCH] Updated OpenPGP SDK version --- openpgp-api/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpgp-api/build.gradle b/openpgp-api/build.gradle index 4dd38e7aa1..3d0efd1d3e 100644 --- a/openpgp-api/build.gradle +++ b/openpgp-api/build.gradle @@ -2,14 +2,14 @@ apply plugin: 'com.android.library' //apply plugin: 'bintray-release' // must be applied after your artifact generating plugin (eg. java / com.android.library) android { - compileSdkVersion 27 + compileSdkVersion 29 //buildToolsVersion '27.0.3' defaultConfig { versionCode 9 versionName '12.0' // API-Version . minor minSdkVersion 9 - targetSdkVersion 25 + targetSdkVersion 29 } // Do not abort build if lint finds errors