File tree 4 files changed +8
-8
lines changed 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ android {
5
5
buildToolsVersion ' 28.0.3'
6
6
defaultConfig {
7
7
applicationId " me.texy.treeviewdemo"
8
- minSdkVersion 17
8
+ minSdkVersion 14
9
9
targetSdkVersion 28
10
10
versionCode 1
11
11
versionName " 1.0"
@@ -26,9 +26,8 @@ dependencies {
26
26
androidTestImplementation(' androidx.test.espresso:espresso-core:3.1.0' , {
27
27
exclude group : ' com.android.support' , module : ' support-annotations'
28
28
})
29
- implementation ' androidx.appcompat:appcompat:1.0.0 '
29
+ implementation ' androidx.appcompat:appcompat:1.0.2 '
30
30
implementation ' androidx.recyclerview:recyclerview:1.0.0'
31
31
testImplementation ' junit:junit:4.12'
32
32
implementation project(' :treeview_lib' )
33
- // implementation 'me.texy.treeview:treeview_lib:1.0.4'
34
33
}
Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ buildscript {
7
7
url ' https://maven.google.com/'
8
8
name ' Google'
9
9
}
10
+ google()
10
11
}
11
12
dependencies {
12
- classpath ' com.android.tools.build:gradle:3.0.1 '
13
+ classpath ' com.android.tools.build:gradle:3.5.0 '
13
14
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.4.1'
14
15
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
15
16
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
- # Tue Jul 17 07:35:48 IRKT 2018
1
+ # Fri Sep 06 15:01:34 MSK 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ android {
4
4
compileSdkVersion 28
5
5
buildToolsVersion ' 28.0.3'
6
6
defaultConfig {
7
- minSdkVersion 15
7
+ minSdkVersion 14
8
8
targetSdkVersion 28
9
9
versionCode 7
10
10
versionName " 1.0.6"
@@ -28,7 +28,7 @@ dependencies {
28
28
exclude group : ' com.android.support' , module : ' support-annotations'
29
29
})
30
30
implementation ' androidx.recyclerview:recyclerview:1.0.0'
31
- implementation ' androidx.appcompat:appcompat:1.0.0 '
31
+ implementation ' androidx.appcompat:appcompat:1.0.2 '
32
32
testImplementation ' junit:junit:4.12'
33
33
}
34
34
apply from : " bintray.gradle"
You can’t perform that action at this time.
0 commit comments