From 9bbb853e60f140ee0858e50f707485f88603ce11 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Wed, 6 Apr 2022 22:24:21 +0300 Subject: [PATCH] bump sdk version to 31 --- app/build.gradle | 6 +++--- app/src/main/AndroidManifest.xml | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 52592224..58dfbabf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Damyan Ivanov. + * Copyright © 2022 Damyan Ivanov. * This file is part of MoLe. * MoLe is free software: you can distribute it and/or modify it * under the term of the GNU General Public License as published by @@ -18,11 +18,11 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 30 + compileSdkVersion 31 defaultConfig { applicationId "net.ktnx.mobileledger" minSdkVersion 22 - targetSdkVersion 30 + targetSdkVersion 31 vectorDrawables.useSupportLibrary true versionCode 51 versionName '0.21.2' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e3ec6ee1..47f9b1d4 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@