File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ void exec_setup_predefined_variables() {
266
266
setsysvar_str (SYSVAR_COMMAND , opt_command );
267
267
setsysvar_int (SYSVAR_SELF , 0 );
268
268
setsysvar_var (SYSVAR_NONE , 0 , V_NIL );
269
- setsysvar_num (SYSVAR_MAXINT , VAR_MAX_INT );
269
+ setsysvar_int (SYSVAR_MAXINT , VAR_MAX_INT );
270
270
271
271
#if defined(_ANDROID )
272
272
if (getenv ("HOME_DIR" )) {
Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ android {
47
47
}
48
48
49
49
dependencies {
50
- implementation ' androidx.core:core:1.0 .2'
51
- testImplementation ' junit:junit:4.12 '
50
+ implementation ' androidx.core:core:1.3 .2'
51
+ testImplementation ' junit:junit:4.13.1 '
52
52
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:4.1.0 '
8
+ classpath ' com.android.tools.build:gradle:4.1.1 '
9
9
classpath " com.github.ben-manes:gradle-versions-plugin:0.22.0"
10
10
}
11
11
}
You can’t perform that action at this time.
0 commit comments