Skip to content

Commit

Permalink
chore: Update app version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay7178 committed Jul 30, 2024
1 parent 49ebc02 commit 73286a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
minSdkVersion 24
targetSdkVersion 34
compileSdk 34
versionCode 31
versionName "2.2"
versionCode 34
versionName "2.3"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public static boolean hasFileWritePermission(Context context) {

return hasPermission(context, Manifest.permission.WRITE_EXTERNAL_STORAGE);
}

// TODO : Update check is here
public static Observable<JSONObject> checkForUpdates() {
return Observable.fromCallable(() -> {
try {
Expand Down

0 comments on commit 73286a1

Please sign in to comment.