Skip to content

Commit

Permalink
fix support version
Browse files Browse the repository at this point in the history
  • Loading branch information
hurshi1 committed Jul 10, 2018
1 parent 9b22654 commit 93235d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 28
compileSdkVersion 27
defaultConfig {
applicationId "com.github.hurshi.clickedwords"
minSdkVersion 19
targetSdkVersion 28
targetSdkVersion 27
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand All @@ -20,7 +20,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0-alpha3'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
Expand Down
6 changes: 3 additions & 3 deletions clickedwordslib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 28
compileSdkVersion 27

defaultConfig {
minSdkVersion 19
targetSdkVersion 28
targetSdkVersion 27
versionCode 1
versionName "1.0"
}
Expand All @@ -21,5 +21,5 @@ android {

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

0 comments on commit 93235d7

Please sign in to comment.