Update dependencies

This commit is contained in:
世界
2021-06-07 09:59:15 +08:00
parent a3358bfd90
commit de97dd9825
6 changed files with 7 additions and 6 deletions

View File

@@ -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 }}"

View File

@@ -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" />

View File

@@ -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 {

View File

@@ -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')
}

View File

@@ -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"
}

View File

@@ -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