Panagiotis Triantafyllou

new gradle to avoid rosetta

1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<project version="4">
3 + <component name="deploymentTargetSelector">
4 + <selectionStates>
5 + <SelectionState runConfigName="app">
6 + <option name="selectionMode" value="DROPDOWN" />
7 + <DropdownSelection timestamp="2024-07-09T23:16:11.680197Z">
8 + <Target type="DEFAULT_BOOT">
9 + <handle>
10 + <DeviceId pluginId="PhysicalDevice" identifier="serial=R58M42EM7YT" />
11 + </handle>
12 + </Target>
13 + </DropdownSelection>
14 + <DialogSelection />
15 + </SelectionState>
16 + </selectionStates>
17 + </component>
18 +</project>
...\ No newline at end of file ...\ No newline at end of file
This diff is collapsed. Click to expand it.
...@@ -8,7 +8,7 @@ buildscript { ...@@ -8,7 +8,7 @@ buildscript {
8 maven { url 'https://plugins.gradle.org/m2/' } 8 maven { url 'https://plugins.gradle.org/m2/' }
9 } 9 }
10 dependencies { 10 dependencies {
11 - classpath 'com.android.tools.build:gradle:7.0.4' 11 + classpath 'com.android.tools.build:gradle:7.1.3'
12 classpath 'com.google.gms:google-services:4.3.10' 12 classpath 'com.google.gms:google-services:4.3.10'
13 classpath 'com.huawei.agconnect:agcp:1.7.2.300' 13 classpath 'com.huawei.agconnect:agcp:1.7.2.300'
14 classpath 'io.github.gradle-nexus:publish-plugin:1.1.0' 14 classpath 'io.github.gradle-nexus:publish-plugin:1.1.0'
......