Skip to content

Commit

Permalink
Target SDK 26; Library updates
Browse files Browse the repository at this point in the history
Version increase to v1.0.4
  • Loading branch information
Kamuno committed Jan 30, 2020
1 parent 0795518 commit 0a80324
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
compileSdkVersion 26

defaultConfig {
applicationId "org.secuso.privacyfriendlymemory"
minSdkVersion 17
targetSdkVersion 25
versionCode 4
versionName "1.0.3"
targetSdkVersion 26
versionCode 5
versionName "1.0.4"
}
buildTypes {
release {
Expand All @@ -19,8 +19,8 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:design:26.1.0'
}

0 comments on commit 0a80324

Please sign in to comment.