Этот коммит содержится в:
Anton Tananaev
2013-10-28 17:34:42 +13:00
родитель 7a2eedb553
Коммит 0b29e9ef92
3 изменённых файлов: 4 добавлений и 3 удалений
Generated
+1
Просмотреть файл
@@ -2,6 +2,7 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="" />
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
+1 -1
Просмотреть файл
@@ -17,7 +17,7 @@ android {
buildToolsVersion "17.0.0"
defaultConfig {
minSdkVersion 7
minSdkVersion 3
targetSdkVersion 18
}
}
+2 -2
Просмотреть файл
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.traccar.client"
android:versionCode="14"
android:versionName="2.7">
android:versionCode="15"
android:versionName="2.8">
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="18" />