Skip to content

Commit 7be0a27

Browse files
author
tianma8023
committed
[2.5.1][Version] Bump a new version 2.5.1(52)
1 parent b612022 commit 7be0a27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def static releaseTime() {
1414
return new Date().format("yyMMdd", TimeZone.default)
1515
}
1616

17-
def VERSION_NAME = "2.5.0"
18-
def VERSION_CODE = 51
17+
def VERSION_NAME = "2.5.1"
18+
def VERSION_CODE = 52
1919

2020
android {
2121
namespace 'com.github.tianma8023.xposed.smscode'
@@ -149,7 +149,7 @@ dependencies {
149149
implementation "androidx.appcompat:appcompat:1.6.1"
150150
implementation "com.google.android.material:material:1.10.0" // material design support
151151
implementation "androidx.recyclerview:recyclerview:1.3.2" // recycler view
152-
implementation "androidx.browser:browser:1.6.0" // custom tabs
152+
implementation "androidx.browser:browser:1.7.0" // custom tabs
153153
implementation "androidx.preference:preference:1.2.1" // preference support
154154
implementation "androidx.constraintlayout:constraintlayout:2.1.4" // constraint layout
155155
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" // swipe refresh layout

0 commit comments

Comments
 (0)