Skip to content

Commit cf598ce

Browse files
committed
alter build.gradle
1 parent c47421c commit cf598ce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ apply plugin: 'kotlin-android'
55
apply plugin: 'kotlin-android-extensions'
66

77
android {
8-
compileSdkVersion 28
8+
compileSdkVersion 27
99

1010
defaultConfig {
1111
applicationId "json.xxl.com.bannerview"
1212
minSdkVersion 16
13-
targetSdkVersion 28
13+
targetSdkVersion 27
1414
versionCode 1
1515
versionName "1.0"
1616
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -26,7 +26,7 @@ android {
2626
dependencies {
2727
implementation fileTree(include: ['*.jar'], dir: 'libs')
2828
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
29-
implementation 'com.android.support:appcompat-v7:28.0.0-rc02'
29+
implementation 'com.android.support:appcompat-v7:27.1.1'
3030
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
3131
testImplementation 'junit:junit:4.12'
3232
androidTestImplementation 'com.android.support.test:runner:1.0.2'

lbannerview/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 27
55

66
defaultConfig {
77
minSdkVersion 16
8-
targetSdkVersion 26
8+
targetSdkVersion 27
99
versionCode 1
1010
versionName "1.0"
1111

@@ -25,7 +25,7 @@ android {
2525
dependencies {
2626
implementation fileTree(dir: 'libs', include: ['*.jar'])
2727

28-
implementation 'com.android.support:appcompat-v7:28.0.0-rc02'
28+
implementation 'com.android.support:appcompat-v7:27.1.1'
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)