mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-24 04:05:13 +00:00
bumped up version code
This commit is contained in:
parent
337bd64f0e
commit
62973d4196
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ allprojects {
|
|||
|
||||
group = 'org.microg.gms'
|
||||
version = "0.2.11.202414-vanced"
|
||||
ext.appVersionCode = 194301000
|
||||
ext.appVersionCode = 21124414
|
||||
ext.isReleaseVersion = false
|
||||
}
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
android:paddingLeft="?attr/listPreferredItemPaddingLeft"
|
||||
android:paddingEnd="?attr/listPreferredItemPaddingEnd"
|
||||
android:paddingRight="?attr/listPreferredItemPaddingRight"
|
||||
app:backgroundColor="@{checked ? android.R.attr.colorControlActivated : (enabled ? android.R.attr.colorButtonNormal : android.R.attr.colorControlHighlight)}"
|
||||
android:background="@{checked ? android.R.attr.colorControlActivated : (enabled ? android.R.attr.colorButtonNormal : android.R.attr.colorControlHighlight)}"
|
||||
tools:background="?attr/colorControlActivated">
|
||||
|
||||
<TextView
|
||||
|
|
Loading…
Reference in a new issue