File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
NeoLang/src/main/java/io/neolang/runtime/type Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class NeoLangValue(private val rawValue: Any) {
15
15
16
16
try {
17
17
return rawValue.toString().toDouble()
18
- } catch (e: NumberFormatException ) {
18
+ } catch (e: Throwable ) {
19
19
return 0.0
20
20
}
21
21
}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildscript {
24
24
ext. android = [
25
25
ANDROID_SUPPORT_VERSION : ' 27.0.2' ,
26
26
27
- KOTLIN_VERSION : ' 1.2.30 ' ,
27
+ KOTLIN_VERSION : ' 1.2.51 ' ,
28
28
29
29
MIN_SDK_VERSION : 21 ,
30
30
@@ -54,7 +54,7 @@ buildscript {
54
54
google()
55
55
}
56
56
dependencies {
57
- classpath ' com.android.tools.build:gradle:3.1.3 '
57
+ classpath ' com.android.tools.build:gradle:3.2.1 '
58
58
classpath rootProject. ext. deps[" kotlin-gradle-plugin" ]
59
59
60
60
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
- # Sun Apr 01 00:43:41 CST 2018
1
+ # Thu Nov 08 23:25:07 CST 2018
2
2
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-4.4 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
You can’t perform that action at this time.
0 commit comments