File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
1111 defaultConfig {
1212 minSdkVersion 21
1313 targetSdkVersion 30
14- versionCode 1
15- versionName " 0.8.0 "
14+ versionCode 2
15+ versionName " 0.8.1 "
1616
1717 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1818 consumerProguardFiles " consumer-rules.pro"
@@ -38,7 +38,6 @@ dependencies {
3838 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
3939 implementation ' androidx.core:core-ktx:1.3.2'
4040 implementation ' androidx.appcompat:appcompat:1.2.0'
41- implementation ' com.google.android.material:material:1.2.1'
4241
4342 testImplementation ' junit:junit:4.13.1'
4443 androidTestImplementation ' androidx.test.ext:junit:1.1.2'
Original file line number Diff line number Diff line change 11apply plugin : ' maven-publish'
22apply plugin : ' com.jfrog.bintray'
33
4- version ' 0.8.0 '
4+ version ' 0.8.1 '
55group ' com.appspell'
66
77task sourceJar (type : Jar ) {
You can’t perform that action at this time.
0 commit comments