Skip to content

Commit

Permalink
Set lib version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edasich committed Oct 8, 2021
1 parent 900e6ec commit edb54e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions widget-time/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk 21
targetSdk 31
versionCode 1
versionName "1.0.0"
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand All @@ -31,7 +31,7 @@ android {
}
}
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '1.11'
}
}

Expand All @@ -43,7 +43,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.edasich'
artifactId = 'widget-time'
version = '1.0.0'
version = '1.0.1'
}
}
}
Expand Down

0 comments on commit edb54e0

Please sign in to comment.