Commit b40329a 1 parent 22e5f63 commit b40329a Copy full SHA for b40329a
File tree 4 files changed +8
-11
lines changed
4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
- GRADLE_PLUGIN_VERSION =3.0.1
17
- BUILD_TOOLS_VERSION =27.0.1
16
+ GRADLE_PLUGIN_VERSION =3.1.2
18
17
19
- ANDROID_SUPPORT_VERSION =27.1.0
18
+ ANDROID_SUPPORT_VERSION =27.1.1
20
19
21
20
MIN_SDK =15
22
21
TARGET_SDK =27
23
22
COMPILE_SDK =27
24
23
25
- VERSION_NAME =0.24.9
24
+ VERSION_NAME =0.24.10
26
25
VERSION_CODE =1
27
26
GROUP =com.klinkerapps
28
27
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME
19
19
distributionPath =wrapper/dists
20
20
zipStoreBase =GRADLE_USER_HOME
21
21
zipStorePath =wrapper/dists
22
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
22
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ apply plugin: 'com.android.library'
18
18
19
19
android {
20
20
compileSdkVersion Integer . parseInt(project. COMPILE_SDK )
21
- buildToolsVersion project. BUILD_TOOLS_VERSION
22
21
23
22
defaultConfig {
24
23
minSdkVersion Integer . parseInt(project. MIN_SDK )
@@ -50,15 +49,15 @@ android {
50
49
}
51
50
52
51
dependencies {
53
- annotationProcessor " com.github.bumptech.glide:compiler:4.6 .1"
54
- implementation " com.github.bumptech.glide:glide:4.6 .1"
52
+ annotationProcessor " com.github.bumptech.glide:compiler:4.7 .1"
53
+ implementation " com.github.bumptech.glide:glide:4.7 .1"
55
54
56
55
implementation " com.android.support:appcompat-v7:${ ANDROID_SUPPORT_VERSION} "
57
56
implementation " com.android.support:design:${ ANDROID_SUPPORT_VERSION} "
58
57
implementation " com.android.support:recyclerview-v7:${ ANDROID_SUPPORT_VERSION} "
59
58
implementation " com.android.support:customtabs:${ ANDROID_SUPPORT_VERSION} "
60
- implementation ' com.squareup.retrofit2:retrofit:2.3 .0'
61
- implementation ' com.squareup.retrofit2:converter-gson:2.3 .0'
59
+ implementation ' com.squareup.retrofit2:retrofit:2.4 .0'
60
+ implementation ' com.squareup.retrofit2:converter-gson:2.4 .0'
62
61
implementation ' org.jsoup:jsoup:1.10.2'
63
62
implementation ' com.fmsirvent:parallaxeverywhere:1.0.4'
64
63
implementation ' com.klinkerapps:drag-dismiss-activity:1.5.1'
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ apiKeys.load(new FileInputStream(propsFile))
22
22
23
23
android {
24
24
compileSdkVersion Integer . parseInt(project. COMPILE_SDK )
25
- buildToolsVersion project. BUILD_TOOLS_VERSION
26
25
27
26
defaultConfig {
28
27
minSdkVersion Integer . parseInt(project. MIN_SDK )
You can’t perform that action at this time.
0 commit comments