File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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" />
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" />
371371 app : layout_constraintTop_toBottomOf =" @id/toolbar" />
372372
373373 </androidx .constraintlayout.widget.ConstraintLayout>
374- </layout >
374+ </layout >
Original file line number Diff line number Diff line change 1+ Update pricing page
You can’t perform that action at this time.
0 commit comments