Skip to content

Commit 5f24352

Browse files
committed
update gradle
1 parent a0995a5 commit 5f24352

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
buildToolsVersion '28.0.3'
66
defaultConfig {
77
applicationId "me.texy.treeviewdemo"
8-
minSdkVersion 17
8+
minSdkVersion 14
99
targetSdkVersion 28
1010
versionCode 1
1111
versionName "1.0"
@@ -26,9 +26,8 @@ dependencies {
2626
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
2727
exclude group: 'com.android.support', module: 'support-annotations'
2828
})
29-
implementation 'androidx.appcompat:appcompat:1.0.0'
29+
implementation 'androidx.appcompat:appcompat:1.0.2'
3030
implementation 'androidx.recyclerview:recyclerview:1.0.0'
3131
testImplementation 'junit:junit:4.12'
3232
implementation project(':treeview_lib')
33-
//implementation 'me.texy.treeview:treeview_lib:1.0.4'
3433
}

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ buildscript {
77
url 'https://maven.google.com/'
88
name 'Google'
99
}
10+
google()
1011
}
1112
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.0.1'
13+
classpath 'com.android.tools.build:gradle:3.5.0'
1314
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
1415
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
1516
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jul 17 07:35:48 IRKT 2018
1+
#Fri Sep 06 15:01:34 MSK 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

treeview_lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android {
44
compileSdkVersion 28
55
buildToolsVersion '28.0.3'
66
defaultConfig {
7-
minSdkVersion 15
7+
minSdkVersion 14
88
targetSdkVersion 28
99
versionCode 7
1010
versionName "1.0.6"
@@ -28,7 +28,7 @@ dependencies {
2828
exclude group: 'com.android.support', module: 'support-annotations'
2929
})
3030
implementation 'androidx.recyclerview:recyclerview:1.0.0'
31-
implementation 'androidx.appcompat:appcompat:1.0.0'
31+
implementation 'androidx.appcompat:appcompat:1.0.2'
3232
testImplementation 'junit:junit:4.12'
3333
}
3434
apply from: "bintray.gradle"

0 commit comments

Comments
 (0)