Fix readme, add Android 12L support

This commit is contained in:
M M Arif 2022-06-26 11:44:41 +05:00
parent b174361323
commit b15b1778f1
2 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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