Skip to content

Commit

Permalink
Update sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yrom committed Jan 9, 2018
1 parent 17abc38 commit b67018b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion '26.0.2'
compileSdkVersion 27

defaultConfig {
applicationId "net.yrom.screenrecorder.demo"
minSdkVersion 21
targetSdkVersion 26
versionCode 12
versionName '2.3'
targetSdkVersion 27
versionCode 13
versionName '2.4'
}

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'
}
}

Expand Down

0 comments on commit b67018b

Please sign in to comment.