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