File tree Expand file tree Collapse file tree 6 files changed +11
-16
lines changed
Expand file tree Collapse file tree 6 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 1414# limitations under the License.
1515#
1616
17- GRADLE_PLUGIN_VERSION =3.1.2
18- BUILD_TOOLS_VERSION =27.0.3
19- KOTLIN_VERSION =1.2.41
17+ GRADLE_PLUGIN_VERSION =3.3.2
18+ KOTLIN_VERSION =1.3.21
2019
21- ANDROID_SUPPORT_VERSION =27.1.1
20+ ANDROID_SUPPORT_VERSION =28.0.0
2221
2322MIN_SDK =15
24- TARGET_SDK =27
25- COMPILE_SDK =27
23+ TARGET_SDK =28
24+ COMPILE_SDK =28
2625
27- VERSION_NAME =1.0.4
28- VERSION_CODE =3
26+ VERSION_NAME =1.1.0
27+ VERSION_CODE =4
2928GROUP =com.klinkerapps
3029
3130POM_DESCRIPTION =Android floating tutorial pager activity
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.1 -all.zip
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ apply plugin: 'kotlin-android'
1919
2020android {
2121 compileSdkVersion Integer . parseInt(project. COMPILE_SDK )
22- buildToolsVersion project. BUILD_TOOLS_VERSION
2322
2423 defaultConfig {
2524 minSdkVersion Integer . parseInt(project. MIN_SDK )
@@ -56,8 +55,8 @@ dependencies {
5655 implementation " com.android.support:cardview-v7:$ANDROID_SUPPORT_VERSION "
5756
5857 testImplementation ' junit:junit:4.12'
59- testImplementation " org.robolectric:robolectric:3.6.1 "
60- testImplementation ' org.mockito:mockito-core:2.8.43 '
58+ testImplementation " org.robolectric:robolectric:3.8 "
59+ testImplementation ' org.mockito:mockito-core:2.18.3 '
6160}
6261
6362apply from : ' https://raw.github.com/klinker24/gradle-mvn-push/master/gradle-mvn-push.gradle'
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ apply plugin: 'com.android.application'
1818
1919android {
2020 compileSdkVersion Integer . parseInt(project. COMPILE_SDK )
21- buildToolsVersion project. BUILD_TOOLS_VERSION
2221
2322 defaultConfig {
2423 minSdkVersion Integer . parseInt(project. MIN_SDK )
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ apply plugin: 'kotlin-android'
1919
2020android {
2121 compileSdkVersion Integer . parseInt(project. COMPILE_SDK )
22- buildToolsVersion project. BUILD_TOOLS_VERSION
2322
2423 defaultConfig {
2524 minSdkVersion Integer . parseInt(project. MIN_SDK )
@@ -56,7 +55,7 @@ android {
5655}
5756
5857dependencies {
59- implementation " org.jetbrains.kotlin:kotlin-stdlib-jre7 :$KOTLIN_VERSION "
58+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7 :$KOTLIN_VERSION "
6059 implementation " com.android.support:appcompat-v7:$ANDROID_SUPPORT_VERSION "
6160
6261 implementation project(" :library" )
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ apply plugin: 'com.android.library'
1818
1919android {
2020 compileSdkVersion Integer . parseInt(project. COMPILE_SDK )
21- buildToolsVersion project. BUILD_TOOLS_VERSION
2221
2322 defaultConfig {
2423 minSdkVersion Integer . parseInt(project. MIN_SDK )
You can’t perform that action at this time.
0 commit comments