mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-07-16 01:50:11 -05:00
Fix readme, add Android 12L support
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user