Updated version

This commit is contained in:
Óscar García Amor 2016-04-01 15:10:22 +02:00
parent 21ec27fd3c
commit 8727f51189
14 changed files with 19 additions and 10 deletions

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 19
buildToolsVersion "22.0.1"
buildToolsVersion "23.0.3"
defaultConfig {
minSdkVersion 7

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 19
buildToolsVersion "22.0.1"
buildToolsVersion "23.0.3"
defaultConfig {
minSdkVersion 7

View File

@ -1,12 +1,12 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
compileSdkVersion 19
buildToolsVersion "23.0.3"
defaultConfig {
minSdkVersion 7
targetSdkVersion 22
targetSdkVersion 19
}
buildTypes {

View File

@ -27,7 +27,7 @@
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="false">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/build/intermediates/classes/debug" />
<output-test url="file://$MODULE_DIR$/build/intermediates/classes/androidTest/debug" />
<exclude-output />
@ -79,7 +79,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" />
<orderEntry type="jdk" jdkName="Android API 19 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 19
buildToolsVersion "22.0.1"
buildToolsVersion "23.0.3"
defaultConfig {
applicationId "org.moire.ultrasonic"

View File

@ -2,8 +2,8 @@
<manifest xmlns:a="http://schemas.android.com/apk/res/android"
package="org.moire.ultrasonic"
a:installLocation="auto"
a:versionCode="50"
a:versionName="1.3.1">
a:versionCode="51"
a:versionName="1.4">
<uses-permission a:name="android.permission.INTERNET"/>
<uses-permission a:name="android.permission.READ_PHONE_STATE"/>

View File

@ -419,5 +419,8 @@
<item quantity="one">Queda un día de periodo de prueba</item>
<item quantity="other">Quedan %d días de periodo de prueba</item>
</plurals>
<string name="button_bar.podcasts">Podcast</string>
<string name="podcasts.label">Podcast</string>
<string name="podcasts_channels.empty">No hay canales de Podcasts registrados</string>
</resources>

View File

@ -419,5 +419,8 @@
<item quantity="one">Un jour restant à la période d\'essai</item>
<item quantity="other">%d jours restant à la période d\'essai</item>
</plurals>
<string name="button_bar.podcasts">Podcast</string>
<string name="podcasts.label">Podcast</string>
<string name="podcasts_channels.empty">No podcasts channels registered</string>
</resources>

View File

@ -419,5 +419,8 @@
<item quantity="one">1 nap van hátra a próba időszakból.</item>
<item quantity="other">%d nap van hátra a próba időszakból.</item>
</plurals>
<string name="button_bar.podcasts">Podcast</string>
<string name="podcasts.label">Podcast</string>
<string name="podcasts_channels.empty">No podcasts channels registered</string>
</resources>