We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7d638 commit 305c8bcCopy full SHA for 305c8bc
1 file changed
screenrecord/build.gradle
@@ -1,11 +1,11 @@
1
apply plugin: 'com.android.library'
2
apply plugin: 'kotlin-android'
3
android {
4
- compileSdkVersion 28
+ compileSdkVersion 26
5
6
defaultConfig {
7
minSdkVersion 14
8
- targetSdkVersion 28
+ targetSdkVersion 22
9
versionCode 1
10
versionName "1.0"
11
@@ -25,7 +25,7 @@ android {
25
dependencies {
26
implementation fileTree(dir: 'libs', include: ['*.jar'])
27
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
28
- implementation 'com.android.support:appcompat-v7:28.0.0'
+ implementation 'com.android.support:appcompat-v7:26.0.0'
29
testImplementation 'junit:junit:4.12'
30
androidTestImplementation 'com.android.support.test:runner:1.0.2'
31
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
0 commit comments