mirror of
https://github.com/dyhkwong/Exclave.git
synced 2026-06-09 10:32:22 +08:00
Update dependencies
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -325,6 +325,7 @@ jobs:
|
||||
git submodule update --init 'app/*'
|
||||
- name: Release Build
|
||||
run: |
|
||||
git submodule update --init library/v2ray
|
||||
echo "sdk.dir=${ANDROID_HOME}" > local.properties
|
||||
echo "ndk.dir=${ANDROID_HOME}/ndk/21.4.7075529" >> local.properties
|
||||
export LOCAL_PROPERTIES="${{ secrets.LOCAL_PROPERTIES }}"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
android:visibility="invisible"
|
||||
app:layout_anchor="@+id/fab"
|
||||
app:layout_anchorGravity="center"
|
||||
app:layout_behavior=".widget.FabProgressBehavior"
|
||||
app:layout_behavior="io.nekohasekai.sagernet.widget.FabProgressBehavior"
|
||||
app:indicatorColor="?colorMaterial100"
|
||||
app:trackThickness="8dp"
|
||||
app:trackCornerRadius="@dimen/mtrl_progress_track_thickness" />
|
||||
|
||||
@@ -3,7 +3,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
|
||||
plugins {
|
||||
id("com.github.ben-manes.versions") version "0.38.0" apply false
|
||||
id("com.github.ben-manes.versions") version "0.39.0" apply false
|
||||
}
|
||||
|
||||
buildscript {
|
||||
|
||||
2
external/colorpicker/build.gradle
vendored
2
external/colorpicker/build.gradle
vendored
@@ -18,6 +18,6 @@ android {
|
||||
|
||||
dependencies {
|
||||
api 'androidx.appcompat:appcompat:1.3.0'
|
||||
api 'androidx.recyclerview:recyclerview:1.2.0'
|
||||
api 'androidx.recyclerview:recyclerview:1.2.1'
|
||||
api project(':external:flexbox')
|
||||
}
|
||||
2
external/flexbox/build.gradle
vendored
2
external/flexbox/build.gradle
vendored
@@ -42,5 +42,5 @@ android {
|
||||
|
||||
dependencies {
|
||||
compileOnly "androidx.core:core-ktx:1.5.0"
|
||||
compileOnly "androidx.recyclerview:recyclerview:1.2.0"
|
||||
compileOnly "androidx.recyclerview:recyclerview:1.2.1"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PACKAGE_NAME=io.nekohasekai.sagernet
|
||||
VERSION_NAME=0.1-rc19
|
||||
VERSION_CODE=46
|
||||
VERSION_NAME=0.1-rc20
|
||||
VERSION_CODE=47
|
||||
|
||||
NAIVE_VERSION_NAME=91.0.4472.77-1
|
||||
NAIVE_VERSION=2
|
||||
|
||||
Reference in New Issue
Block a user