Skip to content

Commit c47421c

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

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ apply plugin: 'kotlin-android-extensions'
66

77
android {
88
compileSdkVersion 28
9+
910
defaultConfig {
1011
applicationId "json.xxl.com.bannerview"
1112
minSdkVersion 16

lbannerview/build.gradle

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ apply plugin: 'com.android.library'
33
android {
44
compileSdkVersion 28
55

6-
7-
86
defaultConfig {
97
minSdkVersion 16
10-
targetSdkVersion 28
8+
targetSdkVersion 26
119
versionCode 1
1210
versionName "1.0"
1311

@@ -27,7 +25,7 @@ android {
2725
dependencies {
2826
implementation fileTree(dir: 'libs', include: ['*.jar'])
2927

30-
implementation 'com.android.support:appcompat-v7:28.0'
28+
implementation 'com.android.support:appcompat-v7:28.0.0-rc02'
3129
testImplementation 'junit:junit:4.12'
3230
androidTestImplementation 'com.android.support.test:runner:1.0.2'
3331
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

0 commit comments

Comments
 (0)