Skip to content

Commit

Permalink
更新依賴和執行環境
Browse files Browse the repository at this point in the history
  • Loading branch information
qwe7002 authored and qwe7002 committed Jun 1, 2022
1 parent 96daa56 commit 4cbbe2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .reall_network/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ release:nightly:
- /root/go/bin/ghr -t "${GITHUB_ACCESS_KEY}" -u "${OWNER}" -r "${REPO}" -c ${CI_COMMIT_REF_NAME} --prerelease "${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHORT_SHA}-$(date "+%Y%m%d%H%M")" "./app/build/outputs/apk/release/app-release.apk"

build:
image: alvrme/alpine-android:android-30-jdk11
image: alvrme/alpine-android:android-31-jdk11
stage: build
script:
- git submodule update --init --recursive
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ android {

dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
implementation 'com.google.android.material:material:1.6.0'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.browser:browser:1.4.0'
implementation 'com.squareup.okio:okio:3.0.0-alpha.9'
implementation "com.squareup.okhttp3:okhttp:5.0.0-alpha.2"
Expand Down

0 comments on commit 4cbbe2c

Please sign in to comment.