fix build

This commit is contained in:
Kevin Hester
2021-11-17 11:13:02 -08:00
parent 2f19434922
commit 33dd04ecca
3 changed files with 19 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetDropDown">
<targetSelectedWithDropDown>
<Target>
<type value="QUICK_BOOT_TARGET" />
<deviceKey>
<Key>
<type value="VIRTUAL_DEVICE_PATH" />
<value value="$USER_HOME$/.android/avd/Pixel_2_API_30_-_latest.avd" />
</Key>
</deviceKey>
</Target>
</targetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2021-11-17T18:04:23.428348Z" />
</component>
</project>
+1 -1
View File
@@ -2,7 +2,7 @@
buildscript {
ext.kotlin_version = '1.6.0'
ext.coroutines_version = "1.5.1"
ext.coroutines_version = "1.5.2"
repositories {
google()