Skip to content
Snippets Groups Projects
Unverified Commit 5e185d1c authored by Sébastien Blin's avatar Sébastien Blin
Browse files

build: update version to 20220826-01 (341)

Disable android auto due to reject on play store

Change-Id: I3f4c1a294059effd853438b339505b7ca3ea2699
parent e4728129
Branches
Tags
No related merge requests found
...@@ -18,8 +18,8 @@ android { ...@@ -18,8 +18,8 @@ android {
defaultConfig { defaultConfig {
minSdk = 24 minSdk = 24
targetSdk = 32 targetSdk = 32
versionCode = 340 versionCode = 341
versionName = "20220825-01" versionName = "20220826-01"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }
sourceSets { sourceSets {
......
...@@ -87,9 +87,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ...@@ -87,9 +87,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:resizeableActivity="true" android:resizeableActivity="true"
android:supportsRtl="true" android:supportsRtl="true"
tools:ignore="UnusedAttribute" > tools:ignore="UnusedAttribute" >
<meta-data <!--<meta-data
android:name="com.google.android.gms.car.application" android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc" /> android:resource="@xml/automotive_app_desc" />-->
<meta-data <meta-data
android:name="firebase_analytics_collection_deactivated" android:name="firebase_analytics_collection_deactivated"
android:value="true" /> android:value="true" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment