Skip to content
Snippets Groups Projects
Commit 4de06ab4 authored by Dominik Grzelak's avatar Dominik Grzelak
Browse files

set mindSdkVersion from 24 to 23 to support android 6.0 devices

parent 1980bc26
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ android { ...@@ -4,7 +4,7 @@ android {
compileSdkVersion 26 compileSdkVersion 26
defaultConfig { defaultConfig {
applicationId "de.tudresden.inf.st.sensorsharing" applicationId "de.tudresden.inf.st.sensorsharing"
minSdkVersion 24 minSdkVersion 23
targetSdkVersion 26 targetSdkVersion 26
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment