Commit 7be0a27 tianma8023
committed
1 parent b612022 commit 7be0a27 Copy full SHA for 7be0a27
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ def static releaseTime() {
14
14
return new Date (). format(" yyMMdd" , TimeZone . default)
15
15
}
16
16
17
- def VERSION_NAME = " 2.5.0 "
18
- def VERSION_CODE = 51
17
+ def VERSION_NAME = " 2.5.1 "
18
+ def VERSION_CODE = 52
19
19
20
20
android {
21
21
namespace ' com.github.tianma8023.xposed.smscode'
@@ -149,7 +149,7 @@ dependencies {
149
149
implementation " androidx.appcompat:appcompat:1.6.1"
150
150
implementation " com.google.android.material:material:1.10.0" // material design support
151
151
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
153
153
implementation " androidx.preference:preference:1.2.1" // preference support
154
154
implementation " androidx.constraintlayout:constraintlayout:2.1.4" // constraint layout
155
155
implementation " androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" // swipe refresh layout
You can’t perform that action at this time.
0 commit comments