Prepare release (#599)
update feature list in readme Merge branch 'master' into 480-update-screenshots update desc for f-droid update screenshots, add changelogs Co-authored-by: M M Arif <mmarif@swatian.com> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/599 Reviewed-by: 6543 <6543@noreply.codeberg.org>
This commit is contained in:
@ -6,8 +6,8 @@ android {
|
||||
applicationId "org.mian.gitnex"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 297
|
||||
versionName "3.0.0-rc3"
|
||||
versionCode 300
|
||||
versionName "3.0.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildFeatures {
|
||||
@ -38,7 +38,7 @@ configurations {
|
||||
dependencies {
|
||||
def lifecycle_version = "2.3.0-alpha05"
|
||||
def markwon_version = "4.4.0"
|
||||
def work_version = "2.3.4"
|
||||
def work_version = "2.4.0"
|
||||
def acra = "5.5.0"
|
||||
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
|
Reference in New Issue
Block a user