mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-12-24 03:35:50 +01:00
bumped up version code
This commit is contained in:
parent
337bd64f0e
commit
62973d4196
@ -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 New Issue
Block a user