File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
11
11
minSdkVersion 8
12
12
targetSdkVersion 23
13
13
versionCode 1
14
- versionName " 0.8.5.1 "
14
+ versionName " 0.8.5.2 "
15
15
}
16
16
lintOptions {
17
17
abortOnError false
@@ -20,7 +20,6 @@ android {
20
20
}
21
21
22
22
dependencies {
23
- compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
23
compile ' com.android.support:appcompat-v7:23.1.1'
25
24
// compile 'com.android.support:preference-v7:23.1.0'
26
25
compile project(' :core' )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
11
11
minSdkVersion 8
12
12
targetSdkVersion 23
13
13
versionCode 1
14
- versionName " 0.8.5.1 "
14
+ versionName " 0.8.5.2 "
15
15
consumerProguardFiles ' progress-proguard.txt'
16
16
}
17
17
lintOptions {
@@ -21,7 +21,6 @@ android {
21
21
}
22
22
23
23
dependencies {
24
- compile fileTree(dir : ' libs' , include : [' *.jar' ])
25
24
compile ' com.android.support:support-v4:23.1.1'
26
25
compile ' com.android.support:appcompat-v7:23.1.1'
27
26
compile ' com.android.support:recyclerview-v7:23.1.1'
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ android {
17
17
applicationId " com.afollestad.materialdialogssample"
18
18
minSdkVersion 9
19
19
targetSdkVersion 23
20
- versionCode 152
21
- versionName " 0.8.5.1 "
20
+ versionCode 153
21
+ versionName " 0.8.5.2 "
22
22
}
23
23
lintOptions {
24
24
abortOnError false
@@ -37,9 +37,8 @@ android {
37
37
}
38
38
39
39
dependencies {
40
- compile fileTree(dir : ' libs' , include : [' *.jar' ])
41
40
compile project(' :core' )
41
+ compile project(' :commons' )
42
42
compile ' com.android.support:gridlayout-v7:23.1.1'
43
43
compile ' com.jakewharton:butterknife:7.0.1'
44
- compile project(' :commons' )
45
44
}
You can’t perform that action at this time.
0 commit comments