mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-02-05 06:14:43 +01:00
Merge pull request 'Woodpecker CI/CD pipeline' (#8) from woodpecker-ci into master
Reviewed-on: https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy/pulls/8
This commit is contained in:
commit
4a74e41ec4
7
.woodpecker/build.yaml
Normal file
7
.woodpecker/build.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: alvrme/alpine-android:android-33-jdk11
|
||||
commands:
|
||||
- ./gradlew :app:assemble
|
||||
when:
|
||||
path: [ app/**, build.gradle ]
|
@ -9,7 +9,7 @@ android {
|
||||
minSdk 21
|
||||
targetSdk 33
|
||||
versionCode 121
|
||||
versionName "6.0.2"
|
||||
versionName "0.0.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
|
Loading…
x
Reference in New Issue
Block a user