File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ apply plugin: 'kotlin-android'
55apply plugin : ' kotlin-android-extensions'
66
77android {
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 {
2525dependencies {
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'
You can’t perform that action at this time.
0 commit comments