Skip to content

Commit c2e71e6

Browse files
Fix crash on startup on older Android versions (#4).
1 parent ea9eb59 commit c2e71e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 25
5-
buildToolsVersion "22.0.1"
5+
buildToolsVersion "25.0.2"
66

77
defaultConfig {
88
applicationId "com.github.gianlucanitti.expreval"
99
minSdkVersion 15
1010
targetSdkVersion 25
11-
versionCode 2
12-
versionName "1.1"
11+
versionCode 3
12+
versionName "1.2"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)