Prepare for next dev (#1051)

As title

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1051
This commit is contained in:
M M Arif 2022-02-27 15:10:24 +01:00
parent 96b5665c89
commit f7897041e4
2 changed files with 6 additions and 11 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 21
targetSdkVersion 31
versionCode 420
versionName "4.2.0"
versionCode 425
versionName "4.3.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -104,8 +104,8 @@ dependencies {
implementation "ch.acra:acra-mail:$acra"
implementation "ch.acra:acra-limiter:$acra"
implementation "ch.acra:acra-notification:$acra"
implementation 'androidx.room:room-runtime:2.4.1'
annotationProcessor 'androidx.room:room-compiler:2.4.1'
implementation 'androidx.room:room-runtime:2.4.2'
annotationProcessor 'androidx.room:room-compiler:2.4.2'
implementation "androidx.work:work-runtime:$work_version"
implementation "io.mikael:urlbuilder:2.0.9"
implementation "org.codeberg.gitnex-garage:emoji-java:v5.1.2"

View File

@ -1,13 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.2.0" versioncode="420">
<change>Create/delete/list tags</change>
<change>Hide repository actions for non admins</change>
<change>New files diff viewer</change>
<change>Show users who reacted to issue/pr/comment</change>
<change>Redesigned organization Teams</change>
<change>Notice: GitNex 4.3.0 will drop support for Android 5. Going forward 5.0.0 will drop for Android 6</change>
<release version="4.3.0" versioncode="425">
<change>Under development</change>
</release>
</changelog>