<How to downgrade from version from Oreo to Marshm...
# stackoverflow
u
How to downgrade from version from Oreo to Marshmallow? My application need to run on on Android 6.0 it's actually in Version 8 I change the config in my gradle properties Also can't change my compile version it doesn't work ... android { compileSdkVersion 29 buildToolsVersion "29.0.3" defaultConfig { applicationId "com.axem.rfid" minSdkVersion 23 targetSdkVersion 26 versionCode 29 versionName "1.0.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } But my application still not work on the device and...