Skip to content

Commit 82d5541

Browse files
authored
Merge pull request #105 from simple-login/chore/update-pricing
Update pricing
2 parents e96552a + a1323d5 commit 82d5541

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

SimpleLogin/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "io.simplelogin.android"
1313
minSdkVersion 21
1414
targetSdkVersion 32
15-
versionCode 11910
16-
versionName "1.19.1"
15+
versionCode 11920
16+
versionName "1.19.2"
1717
multiDexEnabled true
1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
}

SimpleLogin/app/src/main/res/layout/fragment_premium.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
android:layout_width="match_parent"
211211
android:layout_height="wrap_content"
212212
android:paddingTop="20dp"
213-
android:text="Yearly subscription $29.99/year"
213+
android:text="Yearly subscription $30/year"
214214
android:textAppearance="?attr/textAppearanceSubtitle1"
215215
android:textColor="@color/colorPrimary"
216216
tools:ignore="HardcodedText" />
@@ -227,7 +227,7 @@
227227
android:layout_width="match_parent"
228228
android:layout_height="wrap_content"
229229
android:paddingTop="10dp"
230-
android:text="Monthly subscription $2.99/month"
230+
android:text="Monthly subscription $4/month"
231231
android:textAppearance="?attr/textAppearanceSubtitle1"
232232
android:textColor="@color/colorPrimary"
233233
tools:ignore="HardcodedText" />
@@ -371,4 +371,4 @@
371371
app:layout_constraintTop_toBottomOf="@id/toolbar" />
372372

373373
</androidx.constraintlayout.widget.ConstraintLayout>
374-
</layout>
374+
</layout>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update pricing page

0 commit comments

Comments
 (0)