Skip to content

Commit 2c7d638

Browse files
Update app/build.gradle to support older android version
1 parent d374aed commit 2c7d638

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ apply plugin: 'kotlin-android'
55
apply plugin: 'kotlin-android-extensions'
66

77
android {
8-
compileSdkVersion 28
8+
compileSdkVersion 26
99
defaultConfig {
1010
applicationId "com.nanchen.screenrecorder"
1111
minSdkVersion 14
12-
targetSdkVersion 28
12+
targetSdkVersion 22
1313
versionCode 1
1414
versionName "1.0"
1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -25,7 +25,7 @@ android {
2525
dependencies {
2626
implementation fileTree(include: ['*.jar'], dir: 'libs')
2727
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
28-
implementation 'com.android.support:appcompat-v7:28.0.0'
28+
implementation 'com.android.support:appcompat-v7:26.0.0'
2929
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
3030
testImplementation 'junit:junit:4.12'
3131
androidTestImplementation 'com.android.support.test:runner:1.0.2'

0 commit comments

Comments
 (0)