Skip to content

Commit 6b0b447

Browse files
committed
updating min versions (23->25)
1 parent fe80091 commit 6b0b447

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 22
5-
buildToolsVersion "23.0.2"
5+
buildToolsVersion "25.0.0"
66

77
defaultConfig {
88
applicationId "openscience.crowdsource.video.experiments"
99
minSdkVersion 17
1010
targetSdkVersion 22
11-
versionCode 14
12-
versionName "2.6"
11+
versionCode 15
12+
versionName "2.7"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)