Skip to content

Commit

Permalink
Merge pull request #52 from Beldex-Coin/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
codeman-crypto authored Jun 3, 2024
2 parents 1230b01 + 7c2bea6 commit dcccd93
Show file tree
Hide file tree
Showing 11 changed files with 170 additions and 430 deletions.
10 changes: 8 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ apply from: 'buildGradle/dependencies.gradle'
configurations.all {
exclude module: "commons-logging"
}
def canonicalVersionCode = 44
def canonicalVersionName = "2.5.0"
def canonicalVersionCode = 46
def canonicalVersionName = "2.5.1"

//First Release Date 17-06-2022
//Version Code 15 Version Name 1.0.0
Expand Down Expand Up @@ -104,6 +104,12 @@ def canonicalVersionName = "2.5.0"
//30th Release Data 22-03-2024
//Version code 44 Version Name 2.5.0

//31th Internal Test Release Data 22-03-2024
//Version code 45 Version Name 2.5.0

//32 Internal Test Release Data 27-05-2024
//Version code 46 Version Name 2.5.1

def postFixSize = 10
def abiPostFix = ['armeabi-v7a' : 1,
'arm64-v8a' : 2,
Expand Down
24 changes: 12 additions & 12 deletions app/playMainNet/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"type": "UNIVERSAL",
"filters": [],
"attributes": [],
"versionCode": 43,
"versionName": "2.5.0",
"outputFile": "Bchat-2.5.0-universal.apk"
"versionCode": 46,
"versionName": "2.5.1",
"outputFile": "Bchat-2.5.1-universal.apk"
},
{
"type": "ONE_OF_MANY",
Expand All @@ -24,9 +24,9 @@
}
],
"attributes": [],
"versionCode": 43,
"versionName": "2.5.0",
"outputFile": "Bchat-2.5.0-armeabi-v7a.apk"
"versionCode": 46,
"versionName": "2.5.1",
"outputFile": "Bchat-2.5.1-armeabi-v7a.apk"
},
{
"type": "ONE_OF_MANY",
Expand All @@ -37,9 +37,9 @@
}
],
"attributes": [],
"versionCode": 43,
"versionName": "2.5.0",
"outputFile": "Bchat-2.5.0-x86_64.apk"
"versionCode": 46,
"versionName": "2.5.1",
"outputFile": "Bchat-2.5.1-x86_64.apk"
},
{
"type": "ONE_OF_MANY",
Expand All @@ -50,9 +50,9 @@
}
],
"attributes": [],
"versionCode": 43,
"versionName": "2.5.0",
"outputFile": "Bchat-2.5.0-arm64-v8a.apk"
"versionCode": 46,
"versionName": "2.5.1",
"outputFile": "Bchat-2.5.1-arm64-v8a.apk"
}
],
"elementType": "File"
Expand Down
8 changes: 8 additions & 0 deletions app/src/main/assets/changeLog.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,14 @@
"description":"- Minor Bug fixes"
}
]
},
{
"title": "2.5.1",
"descriptions": [
{
"description":"- Updated call functionalities to adhere with google play's developer guidelines"
}
]
}
]
}

This file was deleted.

Loading

0 comments on commit dcccd93

Please sign in to comment.