Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Commit 444af45

Browse files
committed
Updated details for in-app purchases.
1 parent 25a68b3 commit 444af45

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "com.lorenzomoscati.np"
77
minSdkVersion 26
88
targetSdkVersion 28
9-
versionCode 8
10-
versionName "2.6.0"
9+
versionCode 9
10+
versionName "2.6.1"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {

app/release/app.aab

-2.06 MB
Binary file not shown.

app/src/main/java/com/lorenzomoscati/np/Fragments/AboutFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup c
4444
}
4545

4646
private final String[] amounts = {"$1", "$2", "$3", "$4", "$5", "$6", "$7", "$8", "$9", "$10"};
47-
private final String[] amount_id = {"one_dollar", "two_dollar", "three_dollars", "four_dollar", "five_dollars", "six_dollars", "seven_dollar", "eight_dollars", "nine_dollars", "ten_dollars"};
47+
private final String[] amount_id = {"one_dollar", "two_dollar", "three_dollar", "four_dollar", "five_dollar", "six_dollar", "seven_dollar", "eight_dollar", "nine_dollar", "ten_dollar"};
4848
private List<SkuDetails> detailsList = null;
4949

5050
private int current = 0;

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<resources>
22
<string name="app_name">Notch Pie</string>
33
<string name="package_name">com.lorenzomoscati.np</string>
4-
<string name="app_version">v2.6.0</string>
5-
<string name="app_code">7</string>
4+
<string name="app_version">v2.6.1</string>
5+
<string name="app_code">9</string>
66
<string name="service_description">Accessibility service for Notch Pie app so that it could work without any os restrictions.</string>
77
<string name="dialog_positive">Done</string>
88
<string name="dialog_picker_red">Red</string>

0 commit comments

Comments
 (0)