Skip to content

Commit

Permalink
Lib Upgrade to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thelordoflite committed Jun 6, 2021
1 parent 0771808 commit 6658be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ task clean(type: Delete) {

ext {
// KillerBee Library Info
libVersionCode = 1
libVersionName = '1.0.0'
libVersionCode = 2
libVersionName = '1.0.1'
ktx_version = '1.3.2'
app_compat_version = '1.3.0'
junitVersion = '4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion killerbee/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven-publish'

def LIB_GROUP_ID = 'com.adonmo.libraries'
def LIB_ARTIFACT_ID = 'killerbee'
def LIB_VERSION = '1.0.0'
def LIB_VERSION = '1.0.1'

def githubProperties = new Properties()
githubProperties.load(new FileInputStream(rootProject.file("github.properties")))
Expand Down

0 comments on commit 6658be0

Please sign in to comment.