Skip to content

Commit

Permalink
Reverting back to sdk 28
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszseweryn committed Jan 13, 2020
1 parent 6358472 commit 710d33b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ android:
components:
- tools
- build-tools-28.0.3
- build-tools-29.0.2
- android-29
- android-28
- extra-android-m2repository
licenses:
- 'android-sdk-license-.+'
Expand Down
4 changes: 2 additions & 2 deletions mockrxandroidble/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'groovyx.android'
apply from: rootProject.file('gradle/gradle-mvn-push.gradle')

android {
compileSdkVersion 29
compileSdkVersion 28

defaultConfig {
minSdkVersion 18
targetSdkVersion 29
targetSdkVersion 28
versionCode 1
versionName VERSION_NAME
}
Expand Down
4 changes: 2 additions & 2 deletions sample-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ apply plugin: 'org.jetbrains.kotlin.android'
apply plugin: 'org.jetbrains.kotlin.android.extensions'

android {
compileSdkVersion 29
compileSdkVersion 28

defaultConfig {
applicationId "com.polidea.rxandroidble.sample"
minSdkVersion 18
targetSdkVersion 29
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ repositories {
}

android {
compileSdkVersion 29
compileSdkVersion 28

defaultConfig {
applicationId "com.polidea.rxandroidble.sample"
minSdkVersion 18
targetSdkVersion 29
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit 710d33b

Please sign in to comment.