Remove unintended change

This commit is contained in:
Ritika Pahwa 2025-03-16 16:20:13 +05:30
parent 627874aaf9
commit 27ebd2116c

View file

@ -215,6 +215,7 @@ android {
versionCode 1048 versionCode 1048
versionName '5.2.0' versionName '5.2.0'
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName()) setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"