Skip to content

Commit 305c8bc

Browse files
Update screenrecord/build.gradle to support older android version
1 parent 2c7d638 commit 305c8bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

screenrecord/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 26
55

66
defaultConfig {
77
minSdkVersion 14
8-
targetSdkVersion 28
8+
targetSdkVersion 22
99
versionCode 1
1010
versionName "1.0"
1111

@@ -25,7 +25,7 @@ android {
2525
dependencies {
2626
implementation fileTree(dir: 'libs', include: ['*.jar'])
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
testImplementation 'junit:junit:4.12'
3030
androidTestImplementation 'com.android.support.test:runner:1.0.2'
3131
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

0 commit comments

Comments
 (0)