Skip to content

Commit 017eedf

Browse files
committed
Rekado 3.3.4
- Updated: Hekate (5.1.2) and Fusee-primary (0.10.3). - Updated: French localization. - Updated: Gradle Plugin to 3.6.1.
1 parent b040dae commit 017eedf

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

app/build.gradle

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ apply plugin: "com.github.ben-manes.versions"
55

66
android {
77
compileSdkVersion currentSDKVersion
8+
ndkVersion NDKVersion
89

910
defaultConfig {
1011
applicationId "com.pavelrekun.rekado"
1112
minSdkVersion minimumSDKVersion
1213
targetSdkVersion currentSDKVersion
13-
versionCode 62
14-
versionName "3.3.3"
14+
versionCode 63
15+
versionName "3.3.4"
1516
}
1617

1718
buildTypes {
@@ -54,6 +55,7 @@ android {
5455
aaptOptions {
5556
noCompress 'bin'
5657
}
58+
5759
}
5860

5961
dependencies {

app/src/main/assets/fusee-primary.bin

96 Bytes
Binary file not shown.

app/src/main/assets/hekate.bin

208 Bytes
Binary file not shown.

app/src/main/res/values-fr/strings.xml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
<string name="settings_picker_theme_themes_colorful_jungle">Jungle</string>
6767
<string name="settings_picker_theme_themes_colorful_pepper">Poivre</string>
6868
<string name="settings_picker_theme_themes_colorful_ocean">Océan</string>
69+
<string name="settings_picker_theme_themes_colorful_electricity">Electricité</string>
70+
<string name="settings_picker_theme_themes_colorful_steel">Acier</string>
6971
<string name="settings_utils_restart_dialog_title">Paramètres modifiés</string>
7072
<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>
7173
<string name="settings_utils_restart_dialog_action_restart">Redémarrer</string>

build.gradle

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.5.3'
8+
classpath 'com.android.tools.build:gradle:3.6.1'
99
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61'
10-
classpath 'com.github.ben-manes:gradle-versions-plugin:0.27.0'
10+
classpath 'com.github.ben-manes:gradle-versions-plugin:0.28.0'
1111
}
1212
}
1313

@@ -25,6 +25,7 @@ allprojects {
2525
ext {
2626
currentSDKVersion = 29
2727
minimumSDKVersion = 21
28+
NDKVersion = '21.0.6113669'
2829

2930
// AndroidX: General
3031
androidXCompatVersion = '1.0.2'

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.1-all.zip

0 commit comments

Comments
 (0)