Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 9b26e89

Browse files
author
Evgenii Kanivets
committed
Update compileSdkVersion to 25 and support libraries accordingly.
1 parent 69dc3ab commit 9b26e89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ repositories {
1717
apply plugin: 'com.neenbedankt.android-apt'
1818

1919
android {
20-
compileSdkVersion 23
20+
compileSdkVersion 25
2121
buildToolsVersion '21.1.2'
2222
defaultConfig {
2323
applicationId 'com.blogspot.e_kanivets.moneytracker'
2424
minSdkVersion 17
25-
targetSdkVersion 23
25+
targetSdkVersion 25
2626
versionCode 18
2727
versionName '1.8.1'
2828
}
@@ -62,9 +62,9 @@ apply plugin: 'com.getkeepsafe.dexcount'
6262

6363
dependencies {
6464
compile fileTree(dir: 'libs', include: ['*.jar'])
65-
compile 'com.android.support:support-v4:23.2.1'
66-
compile 'com.android.support:appcompat-v7:23.2.1'
67-
compile 'com.android.support:design:23.2.1'
65+
compile 'com.android.support:support-v4:25.1.0'
66+
compile 'com.android.support:appcompat-v7:25.1.0'
67+
compile 'com.android.support:design:25.1.0'
6868

6969
compile 'com.jakewharton:butterknife:7.0.1' // View annotation bindings
7070
compile 'com.google.dagger:dagger:2.0.1' // Dependency injection tool

0 commit comments

Comments
 (0)