From eedceb43ca7f7af2d97b706ea8de8c49ea036041 Mon Sep 17 00:00:00 2001 From: andihasan97 Date: Tue, 17 Sep 2024 21:57:15 +0700 Subject: [PATCH] Release v5.0.7 --- .androidide/editor/openedFiles.json | 65 ------------------- lib/build.gradle.kts | 2 +- .../lib/irsyadulmurid/LibraryTest.kt | 10 +-- 3 files changed, 6 insertions(+), 71 deletions(-) delete mode 100644 .androidide/editor/openedFiles.json diff --git a/.androidide/editor/openedFiles.json b/.androidide/editor/openedFiles.json deleted file mode 100644 index 6b04574..0000000 --- a/.androidide/editor/openedFiles.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "allFiles": [ - { - "file": "/storage/emulated/0/lib-hisab-irsyadulmurid/lib/src/test/kotlin/com/andihasan7/lib/irsyadulmurid/LibraryTest.kt", - "selection": { - "end": { - "column": 67, - "index": 4512, - "line": 102 - }, - "start": { - "column": 67, - "index": 4512, - "line": 102 - } - } - }, - { - "file": "/storage/emulated/0/lib-hisab-irsyadulmurid/lib/build.gradle.kts", - "selection": { - "end": { - "column": 0, - "index": 0, - "line": 0 - }, - "start": { - "column": 0, - "index": 0, - "line": 0 - } - } - }, - { - "file": "/storage/emulated/0/lib-hisab-irsyadulmurid/README.md", - "selection": { - "end": { - "column": 0, - "index": 0, - "line": 0 - }, - "start": { - "column": 0, - "index": 0, - "line": 0 - } - } - }, - { - "file": "/storage/emulated/0/lib-hisab-irsyadulmurid/lib/src/main/kotlin/com/andihasan7/lib/irsyadulmurid/WaktuSholat/IrsyadSholat.kt", - "selection": { - "end": { - "column": 4, - "index": 8714, - "line": 293 - }, - "start": { - "column": 4, - "index": 8714, - "line": 293 - } - } - } - ], - "selectedFile": "/storage/emulated/0/lib-hisab-irsyadulmurid/lib/src/test/kotlin/com/andihasan7/lib/irsyadulmurid/LibraryTest.kt" -} \ No newline at end of file diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 1afeeab..8b44b72 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -17,7 +17,7 @@ plugins { } group = "com.github.hasanelfalakiy" -version = "5.0.6" +version = "5.0.7" repositories { // Use Maven Central for resolving dependencies. diff --git a/lib/src/test/kotlin/com/andihasan7/lib/irsyadulmurid/LibraryTest.kt b/lib/src/test/kotlin/com/andihasan7/lib/irsyadulmurid/LibraryTest.kt index 58b3702..bf69401 100644 --- a/lib/src/test/kotlin/com/andihasan7/lib/irsyadulmurid/LibraryTest.kt +++ b/lib/src/test/kotlin/com/andihasan7/lib/irsyadulmurid/LibraryTest.kt @@ -83,11 +83,11 @@ class LibraryTest { val tgl = 1 val m = 1 val th = 2024 - val lt = 5.576961111 - val bj = 100.4880194 - val timez = 8 - val tinggi = 20 - val ith = 0 + val lt = -7.433333334 + val bj = 111.433333334 + val timez = 7 + val tinggi = 150 + val ith = 2 val s = IrsyadSholat(tgl, m, th, lt, bj, timez, tinggi, ith)