Skip to content

Commit f60b7a6

Browse files
committed
changed version name
updated translations
1 parent a07ad7d commit f60b7a6

File tree

29 files changed

+15
-12
lines changed

29 files changed

+15
-12
lines changed

app/build.gradle

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ repositories {
66
maven { url "http://dl.bintray.com/dasar/maven" }
77
}
88

9+
project.ext.supportLib = "24.1.1"
10+
911
android {
1012
compileSdkVersion 24
11-
buildToolsVersion '24'
13+
buildToolsVersion "24.0.1"
1214
defaultConfig {
1315
applicationId "org.horaapps.leafpic"
1416
minSdkVersion 19
1517
targetSdkVersion 24
16-
versionName "v0.5.9"
17-
versionCode 12
18+
versionName "v0.6-beta-1"
19+
versionCode 13
1820
}
1921
lintOptions {
2022
disable 'MissingTranslation'
@@ -53,13 +55,13 @@ android {
5355

5456
dependencies {
5557
compile fileTree(include: ['*.jar'], dir: 'libs')
56-
compile 'com.android.support:appcompat-v7:24.1.1'
57-
compile 'com.android.support:cardview-v7:24.1.1'
58-
compile 'com.android.support:recyclerview-v7:24.1.1'
59-
compile 'com.android.support:design:24.1.1'
60-
compile 'com.android.support:palette-v7:24.1.1'
61-
compile 'com.android.support:customtabs:24.1.1'
62-
compile 'com.android.support:support-v4:24.1.1'
58+
compile "com.android.support:appcompat-v7:$supportLib"
59+
compile "com.android.support:cardview-v7:$supportLib"
60+
compile "com.android.support:recyclerview-v7:$supportLib"
61+
compile "com.android.support:design:$supportLib"
62+
compile "com.android.support:palette-v7:$supportLib"
63+
compile "com.android.support:customtabs:$supportLib"
64+
compile "com.android.support:support-v4:$supportLib"
6365
compile 'com.github.bumptech.glide:glide:3.7.0'
6466
compile 'com.koushikdutta.ion:ion:2.1.7'
6567
compile 'com.mikepenz:iconics-core:2.8.1@aar'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)