diff --git a/app/build.gradle b/app/build.gradle index 0b22b50..9a9723d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { minSdkVersion 24 targetSdkVersion 34 compileSdk 34 - versionCode 31 - versionName "2.2" + versionCode 34 + versionName "2.3" } buildTypes { diff --git a/app/src/main/java/tk/therealsuji/vtopchennai/helpers/SettingsRepository.java b/app/src/main/java/tk/therealsuji/vtopchennai/helpers/SettingsRepository.java index bab3401..7858f15 100644 --- a/app/src/main/java/tk/therealsuji/vtopchennai/helpers/SettingsRepository.java +++ b/app/src/main/java/tk/therealsuji/vtopchennai/helpers/SettingsRepository.java @@ -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 checkForUpdates() { return Observable.fromCallable(() -> { try {