Skip to content

Commit

Permalink
Updated support lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cioccarellia authored Sep 28, 2018
1 parent e3c032f commit c9f10a6
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ android {
compileSdkVersion 28
defaultConfig {
applicationId "com.andreacioccarelli.samplecryptoprefs"
minSdkVersion 14
minSdkVersion 15
targetSdkVersion 28
versionCode 5
versionName "1.3.0"
versionCode 6
versionName "1.2.0.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -24,11 +24,8 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.anko:anko-sdk15:$anko_version"
implementation 'com.android.support:appcompat-v7:28.0.0-rc02'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:design:28.0.0-rc02'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.android.support:design:28.0.0'
implementation project(path: ':library')
}

0 comments on commit c9f10a6

Please sign in to comment.