Commit c47421c 1 parent defd92b commit c47421c Copy full SHA for c47421c
File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ apply plugin: 'kotlin-android-extensions'
6
6
7
7
android {
8
8
compileSdkVersion 28
9
+
9
10
defaultConfig {
10
11
applicationId " json.xxl.com.bannerview"
11
12
minSdkVersion 16
Original file line number Diff line number Diff line change @@ -3,11 +3,9 @@ apply plugin: 'com.android.library'
3
3
android {
4
4
compileSdkVersion 28
5
5
6
-
7
-
8
6
defaultConfig {
9
7
minSdkVersion 16
10
- targetSdkVersion 28
8
+ targetSdkVersion 26
11
9
versionCode 1
12
10
versionName " 1.0"
13
11
@@ -27,7 +25,7 @@ android {
27
25
dependencies {
28
26
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
29
27
30
- implementation ' com.android.support:appcompat-v7:28.0'
28
+ implementation ' com.android.support:appcompat-v7:28.0.0-rc02 '
31
29
testImplementation ' junit:junit:4.12'
32
30
androidTestImplementation ' com.android.support.test:runner:1.0.2'
33
31
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
You can’t perform that action at this time.
0 commit comments