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() {
266266 setsysvar_str (SYSVAR_COMMAND , opt_command );
267267 setsysvar_int (SYSVAR_SELF , 0 );
268268 setsysvar_var (SYSVAR_NONE , 0 , V_NIL );
269- setsysvar_num (SYSVAR_MAXINT , VAR_MAX_INT );
269+ setsysvar_int (SYSVAR_MAXINT , VAR_MAX_INT );
270270
271271#if defined(_ANDROID )
272272 if (getenv ("HOME_DIR" )) {
Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ android {
4747}
4848
4949dependencies {
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 '
5252}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:4.1.0 '
8+ classpath ' com.android.tools.build:gradle:4.1.1 '
99 classpath " com.github.ben-manes:gradle-versions-plugin:0.22.0"
1010 }
1111}
You can’t perform that action at this time.
0 commit comments