Browse Source

Update dependencies

世界 4 years ago
parent
commit
de97dd9825

+ 1 - 0
.github/workflows/release.yml

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

+ 1 - 1
app/src/main/res/layout/layout_main.xml

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

+ 1 - 1
build.gradle.kts

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

+ 1 - 1
external/colorpicker/build.gradle

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

+ 1 - 1
external/flexbox/build.gradle

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

+ 2 - 2
sager.properties

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