update commons to 3.17.5
This commit is contained in:
parent
6b333bc3c4
commit
dfaa49cfc3
|
@ -41,7 +41,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.simplemobiletools:commons:3.15.18'
|
implementation 'com.simplemobiletools:commons:3.17.5'
|
||||||
implementation 'com.facebook.stetho:stetho:1.5.0'
|
implementation 'com.facebook.stetho:stetho:1.5.0'
|
||||||
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
|
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
|
||||||
implementation 'com.shawnlin:number-picker:2.4.6'
|
implementation 'com.shawnlin:number-picker:2.4.6'
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_toLeftOf="@+id/reminder_stop"
|
android:layout_toLeftOf="@+id/reminder_stop"
|
||||||
android:padding="@dimen/normal_margin"
|
android:padding="@dimen/normal_margin"
|
||||||
android:src="@drawable/ic_snooze"
|
android:src="@drawable/ic_snooze_big"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintBottom_toBottomOf="@+id/reminder_stop"
|
app:layout_constraintBottom_toBottomOf="@+id/reminder_stop"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/reminder_stop"
|
app:layout_constraintEnd_toStartOf="@+id/reminder_stop"
|
||||||
|
|
|
@ -9,11 +9,11 @@
|
||||||
<string name="timer">Temporizador</string>
|
<string name="timer">Temporizador</string>
|
||||||
<string name="lap">Volta</string>
|
<string name="lap">Volta</string>
|
||||||
<string name="stopwatch_stopped">Cronómetro parado</string>
|
<string name="stopwatch_stopped">Cronómetro parado</string>
|
||||||
<string name="timer_stopped">Temporizador parado/string>
|
<string name="timer_stopped">Temporizador parado</string>
|
||||||
<string name="max_reminder_duration">Duração máxima do lembrete</string>
|
<string name="max_reminder_duration">Duração máxima do lembrete</string>
|
||||||
<string name="time_expired">Tempo expirado</string>
|
<string name="time_expired">Tempo expirado</string>
|
||||||
<string name="clock_and_date">Relógio e data</string>
|
<string name="clock_and_date">Relógio e data</string>
|
||||||
<string name="use_text_shadow">Utilizar sombras/string>
|
<string name="use_text_shadow">Utilizar sombras</string>
|
||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<string name="clock_tab">Relógio</string>
|
<string name="clock_tab">Relógio</string>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.2.30'
|
ext.kotlin_version = '1.2.31'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
@ -9,7 +9,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.0.1'
|
classpath 'com.android.tools.build:gradle:3.1.0'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
|
|
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip
|
||||||
|
|
Loading…
Reference in New Issue