Skip to content

Commit

Permalink
Merge pull request #1 from UweKrause/UweKrause-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
UweKrause committed Nov 2, 2019
2 parents b43e4b1 + 5189273 commit 0d01ce0
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
compileSdkVersion 28

defaultConfig {
applicationId "com.android.example.favoritetoys"
minSdkVersion 10
targetSdkVersion 25
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
Expand All @@ -19,8 +19,8 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:25.1.0'
implementation 'com.android.support:appcompat-v7:28.0.0'

// TODO (7) Remove the ConstraintLayout dependency as we aren't using it for these simple projects
implementation 'com.android.support.constraint:constraint-layout:1.0.0-beta4'
}
implementation 'com.android.support.constraint:constraint-layout:2.0.0-beta3'
}

0 comments on commit 0d01ce0

Please sign in to comment.