Using GitLab CI. (#580)
Using smaller image and publishing releases. Fixing things. Merge branch 'gitlab-ci' of https://codeberg.org/opyale/GitNex into gitlab-ci Removing eclint. Merge branch 'master' into gitlab-ci Only run jobs when master changed. Using GitLab CI. Co-authored-by: opyale <opyale@noreply.gitea.io> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/580 Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
This commit is contained in:
@ -10,8 +10,8 @@ android {
|
||||
versionName "3.0.0-rc3"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
viewBinding {
|
||||
enabled = true
|
||||
buildFeatures {
|
||||
viewBinding = true
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
@ -89,5 +89,4 @@ dependencies {
|
||||
annotationProcessor "androidx.room:room-compiler:2.2.5"
|
||||
implementation "com.eightbitlab:blurview:1.6.3"
|
||||
implementation "io.mikael:urlbuilder:2.0.9"
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user