Skip to content

Commit

Permalink
Upgrade SDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sudonatalie committed Mar 9, 2019
1 parent e9ba845 commit e9f9b6e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion '25.0.0'
compileSdkVersion 28
buildToolsVersion '28.0.3'

defaultConfig {
applicationId "com.natalieperna.cupful"
minSdkVersion 15
targetSdkVersion 25
minSdkVersion 19
targetSdkVersion 28
versionCode 4
versionName "1.1"
}
Expand All @@ -20,8 +20,8 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.toptoche.searchablespinner:searchablespinnerlibrary:1.3.1'
compile 'com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.1'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.toptoche.searchablespinner:searchablespinnerlibrary:1.3.1'
implementation 'com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.1'
}
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.android.tools.build:gradle:3.3.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -15,6 +16,7 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
}
}

Expand Down

0 comments on commit e9f9b6e

Please sign in to comment.