Skip to content

Commit

Permalink
Release v5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanelfalakiy committed Jan 9, 2024
1 parent b4a90aa commit beb99c4
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 15 deletions.
56 changes: 43 additions & 13 deletions .androidide/editor/openedFiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,62 @@
"file": "/storage/emulated/0/lib-hisab-irsyadulmurid/lib/src/main/kotlin/com/andihasan7/lib/irsyadulmurid/GerhanaBulan/IrsyadGerhanaBulan.kt",
"selection": {
"end": {
"column": 49,
"index": 8875,
"line": 256
"column": 5,
"index": 7448,
"line": 188
},
"start": {
"column": 49,
"index": 8875,
"line": 256
"column": 5,
"index": 7448,
"line": 188
}
}
},
{
"file": "/storage/emulated/0/lib-hisab-irsyadulmurid/lib/src/test/kotlin/com/andihasan7/lib/irsyadulmurid/LibraryTest.kt",
"selection": {
"end": {
"column": 42,
"index": 9668,
"line": 260
"column": 63,
"index": 11266,
"line": 287
},
"start": {
"column": 42,
"index": 9668,
"line": 260
"column": 63,
"index": 11266,
"line": 287
}
}
},
{
"file": "/storage/emulated/0/lib-hisab-irsyadulmurid/README.md",
"selection": {
"end": {
"column": 13,
"index": 2420,
"line": 68
},
"start": {
"column": 13,
"index": 2420,
"line": 68
}
}
},
{
"file": "/storage/emulated/0/lib-hisab-irsyadulmurid/lib/build.gradle.kts",
"selection": {
"end": {
"column": 16,
"index": 647,
"line": 19
},
"start": {
"column": 16,
"index": 647,
"line": 19
}
}
}
],
"selectedFile": "/storage/emulated/0/lib-hisab-irsyadulmurid/lib/src/main/kotlin/com/andihasan7/lib/irsyadulmurid/GerhanaBulan/IrsyadGerhanaBulan.kt"
"selectedFile": "/storage/emulated/0/lib-hisab-irsyadulmurid/lib/build.gradle.kts"
}
4 changes: 2 additions & 2 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ plugins {
`maven-publish`
}

group = "com.github.andihasan97"
version = "5.0.4"
group = "com.github.hasanelfalakiy"
version = "5.0.6"

repositories {
// Use Maven Central for resolving dependencies.
Expand Down

0 comments on commit beb99c4

Please sign in to comment.