File tree 6 files changed +10
-5
lines changed
6 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,14 @@ apply plugin: "com.github.ben-manes.versions"
5
5
6
6
android {
7
7
compileSdkVersion currentSDKVersion
8
+ ndkVersion NDKVersion
8
9
9
10
defaultConfig {
10
11
applicationId " com.pavelrekun.rekado"
11
12
minSdkVersion minimumSDKVersion
12
13
targetSdkVersion currentSDKVersion
13
- versionCode 62
14
- versionName " 3.3.3 "
14
+ versionCode 63
15
+ versionName " 3.3.4 "
15
16
}
16
17
17
18
buildTypes {
@@ -54,6 +55,7 @@ android {
54
55
aaptOptions {
55
56
noCompress ' bin'
56
57
}
58
+
57
59
}
58
60
59
61
dependencies {
Original file line number Diff line number Diff line change 66
66
<string name =" settings_picker_theme_themes_colorful_jungle" >Jungle</string >
67
67
<string name =" settings_picker_theme_themes_colorful_pepper" >Poivre</string >
68
68
<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 >
69
71
<string name =" settings_utils_restart_dialog_title" >Paramètres modifiés</string >
70
72
<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 >
71
73
<string name =" settings_utils_restart_dialog_action_restart" >Redémarrer</string >
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.5.3 '
8
+ classpath ' com.android.tools.build:gradle:3.6.1 '
9
9
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'
11
11
}
12
12
}
13
13
@@ -25,6 +25,7 @@ allprojects {
25
25
ext {
26
26
currentSDKVersion = 29
27
27
minimumSDKVersion = 21
28
+ NDKVersion = ' 21.0.6113669'
28
29
29
30
// AndroidX: General
30
31
androidXCompatVersion = ' 1.0.2'
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments