Downgrade sdk for now because of issue in layout files

This commit is contained in:
M M Arif
2022-08-24 13:50:15 +05:00
parent e57a40f77f
commit 8254b861c7

View File

@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 33
compileSdkVersion 32
defaultConfig {
applicationId "org.mian.gitnex"
minSdkVersion 23
targetSdkVersion 33
targetSdkVersion 32
versionCode 445
versionName "4.5.0-dev"
multiDexEnabled true