Merge pull request #2253 from osmandapp/r2.2samsung

R2.2samsung
This commit is contained in:
Yurii Mazurevich 2016-02-19 12:38:20 +02:00
commit f42b4c3e47
3 changed files with 5 additions and 3 deletions

View file

@ -36,6 +36,7 @@
<uses-feature android:name="android.hardware.sensor.accelerometer" android:required="false" />
<uses-feature android:name="android.hardware.sensor.gyroscope" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
<uses-feature android:name="com.sec.feature.spen_usp" android:required="true"/>
<supports-screens android:resizeable="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true"

View file

@ -43,7 +43,7 @@ android {
versionCode System.getenv("APK_NUMBER_VERSION") ? System.getenv("APK_NUMBER_VERSION").toInteger() : versionCode
//versionName already assigned in code
//versionName System.getenv("APK_VERSION")? System.getenv("APK_VERSION").toString(): versionName
versionName System.getenv("APK_VERSION") ? System.getenv("APK_VERSION").toString(): versionName
}
lintOptions {

View file

@ -64,4 +64,5 @@ repositories {
}
dependencies {
compile project(":eclipse-compile:appcompat")
}