Skip to content

Commit

Permalink
prepare to version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
iamageo committed Dec 29, 2023
1 parent f501a61 commit 310dada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ dependencies {
implementation 'androidx.activity:activity-compose:1.6.1'

implementation project(path: ":multifablibrary")
//implementation 'com.github.iamageo:MultiFab:1.0.5'
//implementation 'com.github.iamageo:MultiFab:1.0.7'
}
4 changes: 2 additions & 2 deletions multifablibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
}

group = 'com.github.iamageo'
version = '1.0.6'
version = '1.0.7'

afterEvaluate {
publishing {
Expand All @@ -48,7 +48,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.iamageo'
artifactId = 'MultiFab'
version = '1.0.6'
version = '1.0.7'
}
}
}
Expand Down

0 comments on commit 310dada

Please sign in to comment.