Bump version to 1.13.2
This commit is contained in:
parent
5fdf262bde
commit
86b8de9dcd
2 changed files with 4 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ android {
|
||||||
applicationId = "com.pixelized.rplexicon"
|
applicationId = "com.pixelized.rplexicon"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionName = "0.13.1"
|
versionName = "0.13.2"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables {
|
vectorDrawables {
|
||||||
|
|
|
||||||
|
|
@ -320,10 +320,10 @@ private fun rememberPortrait(): List<Int> = rememberSaveable {
|
||||||
listOf(
|
listOf(
|
||||||
R.drawable.im_brulkhai,
|
R.drawable.im_brulkhai,
|
||||||
R.drawable.im_leandre,
|
R.drawable.im_leandre,
|
||||||
// listOf(
|
listOf(
|
||||||
// R.drawable.im_nelia,
|
R.drawable.im_nelia,
|
||||||
R.drawable.im_nam,
|
R.drawable.im_nam,
|
||||||
// ).shuffled().first(),
|
).shuffled().first(),
|
||||||
R.drawable.im_tigrane,
|
R.drawable.im_tigrane,
|
||||||
R.drawable.im_unathana,
|
R.drawable.im_unathana,
|
||||||
).shuffled()
|
).shuffled()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue