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'