Skip to content

Commit 6491135

Browse files
committed
bump lib version. 0.8.1
1 parent 86903a8 commit 6491135

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

ShaderView/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

ShaderView/publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'maven-publish'
22
apply plugin: 'com.jfrog.bintray'
33

4-
version '0.8.0'
4+
version '0.8.1'
55
group 'com.appspell'
66

77
task sourceJar(type: Jar) {

0 commit comments

Comments
 (0)