Skip to content

Commit

Permalink
update SDK to 28.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kahles committed Dec 3, 2019
1 parent 2f524e5 commit 705c968
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ dependencies {
// maven central releases
implementation 'de.kah2.zodiac:nova4jmt:0.15.0.1'

implementation 'com.android.support:appcompat-v7:27.1.1'

// Android backports
implementation 'com.jakewharton.threetenabp:threetenabp:1.2.1'
implementation 'net.sourceforge.streamsupport:android-retrofuture:1.7.1'
Expand All @@ -75,11 +73,11 @@ dependencies {
}

android {
compileSdkVersion 27
compileSdkVersion 28

defaultConfig {
minSdkVersion 15
targetSdkVersion 27
targetSdkVersion 28

versionCode androidGitVersion.code()
versionName androidGitVersion.name()
Expand Down

0 comments on commit 705c968

Please sign in to comment.