diff --git a/SimpleLogin/app/build.gradle b/SimpleLogin/app/build.gradle index 557a7f6..cf75080 100755 --- a/SimpleLogin/app/build.gradle +++ b/SimpleLogin/app/build.gradle @@ -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" } diff --git a/SimpleLogin/app/src/main/res/layout/fragment_premium.xml b/SimpleLogin/app/src/main/res/layout/fragment_premium.xml index 5829753..1702e8f 100755 --- a/SimpleLogin/app/src/main/res/layout/fragment_premium.xml +++ b/SimpleLogin/app/src/main/res/layout/fragment_premium.xml @@ -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" /> @@ -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" /> @@ -371,4 +371,4 @@ app:layout_constraintTop_toBottomOf="@id/toolbar" /> - \ No newline at end of file + diff --git a/fastlane/metadata/android/en-US/changelogs/11920.txt b/fastlane/metadata/android/en-US/changelogs/11920.txt new file mode 100644 index 0000000..4bae3be --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11920.txt @@ -0,0 +1 @@ +Update pricing page