Skip to content

Commit

Permalink
update v1.1.3 build 13
Browse files Browse the repository at this point in the history
  • Loading branch information
dyazincahya committed May 23, 2024
1 parent cf87284 commit 5a1d854
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion App_Resources/Android/app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
targetSdkVersion 34

// Version Information
versionCode 12
versionCode 13
versionName "1.1.3"

generatedDensities = []
Expand Down
8 changes: 4 additions & 4 deletions app/about/about-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ export function onItemTap(args) {
}

function _loadData() {
myHttpClient("https://x-labs.my.id/api/apps", "GET").then((res) => {
/* myHttpClient("https://x-labs.my.id/api/apps", "GET").then((res) => {
context.set("heightListView", (res.data.length + 1) * 80);
if (res && res.data.length) {
context.set("items", res.data);
} else {
context.set("items", false);
}
});
/* const today = new Date().toISOString().split("T")[0]; // Get today's date in YYYY-MM-DD format
}); */
const today = new Date().toISOString().split("T")[0]; // Get today's date in YYYY-MM-DD format
const lastFetchDate = ApplicationSettings.getString("lastFetchDate", "");
const cachedData = ApplicationSettings.getString("cachedData", "");

Expand All @@ -72,5 +72,5 @@ function _loadData() {
context.set("items", false);
}
});
} */
}
}
2 changes: 1 addition & 1 deletion app/about/about-page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Label text="With this apps, you can send message whatsapp to everybody, to every number phone without you save the number" textWrap="true" class="desc" />

<Label text="Current Version" textWrap="true" class="title" marginTop="10" />
<Label text="1.1.3 build 12" textWrap="true" class="desc" />
<Label text="1.1.3 build 13" textWrap="true" class="desc" />

<Label text="Developer" textWrap="true" class="title" marginTop="10" />
<Label text="X-LABS (x-labs.my.id)" textWrap="true" class="desc" />
Expand Down

0 comments on commit 5a1d854

Please sign in to comment.