Changed csv delimiter to ;

This commit is contained in:
Ziver Koc 2014-08-04 16:38:00 +02:00
parent a67a80e168
commit 2c0753aed4
3 changed files with 3 additions and 3 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "com.ericsson.uecontrol"
minSdkVersion 15
targetSdkVersion 19
versionCode 8
versionName "1.0.8"
versionCode 9
versionName "1.0.9"
}
buildTypes {
release {