diff --git a/app/build.gradle b/app/build.gradle index daefbb44..d4280137 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ android { } 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.android.support.constraint:constraint-layout:1.0.2' implementation 'com.shawnlin:number-picker:2.4.6' diff --git a/app/src/main/res/layout/activity_reminder.xml b/app/src/main/res/layout/activity_reminder.xml index 91fd0b04..685c3433 100644 --- a/app/src/main/res/layout/activity_reminder.xml +++ b/app/src/main/res/layout/activity_reminder.xml @@ -38,7 +38,7 @@ android:layout_alignParentBottom="true" android:layout_toLeftOf="@+id/reminder_stop" android:padding="@dimen/normal_margin" - android:src="@drawable/ic_snooze" + android:src="@drawable/ic_snooze_big" android:visibility="gone" app:layout_constraintBottom_toBottomOf="@+id/reminder_stop" app:layout_constraintEnd_toStartOf="@+id/reminder_stop" diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 84a65e4f..a76106bb 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -9,11 +9,11 @@ Temporizador Volta Cronómetro parado - Temporizador parado/string> + Temporizador parado Duração máxima do lembrete Tempo expirado Relógio e data - Utilizar sombras/string> + Utilizar sombras Relógio diff --git a/build.gradle b/build.gradle index 73d77ca8..3437621a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.2.30' + ext.kotlin_version = '1.2.31' repositories { google() @@ -9,7 +9,7 @@ buildscript { } 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" // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 93a59da2..7a81cd54 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME 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