From b15b1778f191dc5c81f9863c5f246b3b1caec39f Mon Sep 17 00:00:00 2001 From: M M Arif Date: Sun, 26 Jun 2022 11:44:41 +0500 Subject: [PATCH] Fix readme, add Android 12L support --- README.md | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24e6fd4e..3a99f1ba 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Thanks to all the open source libraries, contributors and donators. - [mikaelhg/urlbuilder](https://github.com/mikaelhg/urlbuilder) - [ACRA/acra](https://github.com/ACRA/acra) - [chrisvest/stormpot](https://github.com/chrisvest/stormpot) -- [AmrDeveloper](https://github.com/AmrDeveloper/CodeView) +- [AmrDeveloper/CodeView](https://github.com/AmrDeveloper/CodeView) #### Icon sets - [lucide-icons/lucide](https://github.com/lucide-icons/lucide) diff --git a/app/build.gradle b/app/build.gradle index 491be262..a6f07b42 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,11 +1,11 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 31 + compileSdkVersion 32 defaultConfig { applicationId "org.mian.gitnex" minSdkVersion 23 - targetSdkVersion 31 + targetSdkVersion 32 versionCode 435 versionName "4.4.0-dev" multiDexEnabled true