chore: upgrade target SDK and refactor function signatures to resolve build issues

This commit is contained in:
Rohit Verma 2025-08-03 12:18:51 +05:30
parent 8de57304bf
commit e193360ba3
No known key found for this signature in database
GPG key ID: D64E53E770687D0E
3 changed files with 17 additions and 13 deletions

View file

@ -18,12 +18,12 @@ if (isRunningOnTravisAndIsNotPRBuild) {
android {
namespace = "fr.free.nrw.commons"
compileSdk = 34
compileSdk = 35
defaultConfig {
applicationId = "fr.free.nrw.commons"
minSdk = 21
targetSdk = 34
targetSdk = 35
versionCode = 1055
versionName = "5.6.1"