Skip to content

Commit

Permalink
Rekado 3.3.4
Browse files Browse the repository at this point in the history
- Updated: Hekate (5.1.2) and Fusee-primary (0.10.3).
- Updated: French localization.
- Updated: Gradle Plugin to 3.6.1.
  • Loading branch information
MenosGrante committed Mar 3, 2020
1 parent b040dae commit 017eedf
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ apply plugin: "com.github.ben-manes.versions"

android {
compileSdkVersion currentSDKVersion
ndkVersion NDKVersion

defaultConfig {
applicationId "com.pavelrekun.rekado"
minSdkVersion minimumSDKVersion
targetSdkVersion currentSDKVersion
versionCode 62
versionName "3.3.3"
versionCode 63
versionName "3.3.4"
}

buildTypes {
Expand Down Expand Up @@ -54,6 +55,7 @@ android {
aaptOptions {
noCompress 'bin'
}

}

dependencies {
Expand Down
Binary file modified app/src/main/assets/fusee-primary.bin
Binary file not shown.
Binary file modified app/src/main/assets/hekate.bin
Binary file not shown.
2 changes: 2 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
<string name="settings_picker_theme_themes_colorful_jungle">Jungle</string>
<string name="settings_picker_theme_themes_colorful_pepper">Poivre</string>
<string name="settings_picker_theme_themes_colorful_ocean">Océan</string>
<string name="settings_picker_theme_themes_colorful_electricity">Electricité</string>
<string name="settings_picker_theme_themes_colorful_steel">Acier</string>
<string name="settings_utils_restart_dialog_title">Paramètres modifiés</string>
<string name="settings_utils_restart_dialog_message">Les paramètres ont été modifiés. Veuillez redémarrer pour que les changements prennent effet.\n\nVoulez-vous redémarrer l\'application maintenant ?</string>
<string name="settings_utils_restart_dialog_action_restart">Redémarrer</string>
Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.27.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.28.0'
}
}

Expand All @@ -25,6 +25,7 @@ allprojects {
ext {
currentSDKVersion = 29
minimumSDKVersion = 21
NDKVersion = '21.0.6113669'

// AndroidX: General
androidXCompatVersion = '1.0.2'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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-6.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.1-all.zip

0 comments on commit 017eedf

Please sign in to comment.