Skip to content

Commit

Permalink
compiledsdkversion = 25
Browse files Browse the repository at this point in the history
  • Loading branch information
abertschi committed Sep 1, 2017
1 parent 2c36d88 commit a2e2a0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 6 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ apply plugin: 'kotlin-android'


android {
compileSdkVersion 24
compileSdkVersion 25
buildToolsVersion "25.0.0"
defaultConfig {
applicationId "ch.abertschi.adfree"
minSdkVersion 21
targetSdkVersion 24
versionCode 12
versionName "0.0.4.0"
targetSdkVersion 25
versionCode 13
versionName "0.0.4.0a1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand All @@ -30,7 +30,7 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:appcompat-v7:25.2.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
Expand All @@ -54,9 +54,8 @@ dependencies {
exclude group: 'xmlpull', module: 'xmlpull'
}

compile 'com.google.android.gms:play-services-analytics:10.0.1'
compile 'com.google.android.gms:play-services-analytics:10.2.6'

compile 'com.android.support:support-compat:24.1.1'
compile 'com.daimajia.easing:library:2.0@aar'
compile 'com.daimajia.androidanimations:library:2.3@aar'
}
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ allprojects {
jcenter()
maven {
url "https://jitpack.io"

}
maven {
url "https://maven.google.com"
}
}
}
Expand Down

0 comments on commit a2e2a0b

Please sign in to comment.