Skip to content

Commit

Permalink
[2.5.1][Version] Bump a new version 2.5.1(52)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianma8023 committed Jan 5, 2024
1 parent b612022 commit 7be0a27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def static releaseTime() {
return new Date().format("yyMMdd", TimeZone.default)
}

def VERSION_NAME = "2.5.0"
def VERSION_CODE = 51
def VERSION_NAME = "2.5.1"
def VERSION_CODE = 52

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

0 comments on commit 7be0a27

Please sign in to comment.