From 9ab02eeb90bfd593ca23028cb835996f8b0b4940 Mon Sep 17 00:00:00 2001 From: IrineSistiana <49315432+IrineSistiana@users.noreply.github.com> Date: Mon, 2 Mar 2020 17:50:49 +0800 Subject: [PATCH] v0.1.8 --- mostunnel/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mostunnel/build.gradle b/mostunnel/build.gradle index ccf5890..acc6470 100644 --- a/mostunnel/build.gradle +++ b/mostunnel/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.github.IrineSistiana.plugin.mostunnel" minSdkVersion 24 targetSdkVersion 29 - versionCode 17 - versionName '0.1.7-0.5.3' + versionCode 18 + versionName '0.1.8-0.5.4' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -43,9 +43,9 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.core:core-ktx:1.1.0' + implementation 'androidx.core:core-ktx:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'com.google.android.material:material:1.0.0' + implementation 'com.google.android.material:material:1.1.0' testImplementation 'junit:junit:4.13' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'