Skip to content

Commit

Permalink
Merge pull request #105 from simple-login/chore/update-pricing
Browse files Browse the repository at this point in the history
Update pricing
  • Loading branch information
ntnhon authored Dec 15, 2022
2 parents e96552a + a1323d5 commit 82d5541
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SimpleLogin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "io.simplelogin.android"
minSdkVersion 21
targetSdkVersion 32
versionCode 11910
versionName "1.19.1"
versionCode 11920
versionName "1.19.2"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 3 additions & 3 deletions SimpleLogin/app/src/main/res/layout/fragment_premium.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="20dp"
android:text="Yearly subscription $29.99/year"
android:text="Yearly subscription $30/year"
android:textAppearance="?attr/textAppearanceSubtitle1"
android:textColor="@color/colorPrimary"
tools:ignore="HardcodedText" />
Expand All @@ -227,7 +227,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="10dp"
android:text="Monthly subscription $2.99/month"
android:text="Monthly subscription $4/month"
android:textAppearance="?attr/textAppearanceSubtitle1"
android:textColor="@color/colorPrimary"
tools:ignore="HardcodedText" />
Expand Down Expand Up @@ -371,4 +371,4 @@
app:layout_constraintTop_toBottomOf="@id/toolbar" />

</androidx.constraintlayout.widget.ConstraintLayout>
</layout>
</layout>
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/11920.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update pricing page

0 comments on commit 82d5541

Please sign in to comment.