Release 3.2.0 (#717)

Prepare release 3.2.0

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/717
This commit is contained in:
M M Arif
2020-09-30 21:08:48 +02:00
parent 00cfcbc9cf
commit 996983d7a3
12 changed files with 29 additions and 6 deletions

View File

@@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 21
targetSdkVersion 30
versionCode 317
versionName "3.2.0-rc1"
versionCode 320
versionName "3.2.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}