Skip to content

Commit

Permalink
Merge pull request #35 from PawWithU/feature/login
Browse files Browse the repository at this point in the history
feature/login: ์ˆ˜์ •๋œ ๋กœ๊ทธ์ธ ui ๋””์ž์ธ ๋ฐ˜์˜
  • Loading branch information
kang9366 authored Nov 20, 2023
2 parents bb3a220 + b8f3f7d commit b690553
Show file tree
Hide file tree
Showing 1,205 changed files with 39,791 additions and 596 deletions.
11 changes: 5 additions & 6 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,17 @@
<activity
android:name=".feature.LoginActivity"
android:exported="true"
android:theme="@style/Theme.ConnectDog.Splash"
android:windowSoftInputMode="adjustResize">
</activity>
<activity
android:name=".feature.main.MainActivity"
android:exported="true">
android:theme="@style/Theme.ConnectDog.Splash">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".feature.main.MainActivity"
android:exported="true">
</activity>
</application>

</manifest>
Original file line number Diff line number Diff line change
@@ -1,28 +1,39 @@
package com.kusitms.connectdog.core.designsystem.component

import androidx.compose.foundation.BorderStroke
import androidx.compose.foundation.Image
import androidx.compose.foundation.background
import androidx.compose.foundation.clickable
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.width
import androidx.compose.foundation.layout.wrapContentHeight
import androidx.compose.foundation.shape.RoundedCornerShape
import androidx.compose.material3.Card
import androidx.compose.material3.CardDefaults
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.Surface
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.draw.clip
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import com.kusitms.connectdog.core.designsystem.R
import com.kusitms.connectdog.core.designsystem.theme.Gray3
import com.kusitms.connectdog.core.designsystem.theme.Gray7
import com.kusitms.connectdog.core.designsystem.theme.Red1
import com.kusitms.connectdog.core.designsystem.theme.Red2

@Composable
fun ConnectDogCard(
Expand Down Expand Up @@ -109,3 +120,37 @@ fun ConnectDogCardButton(
content = content
)
}

@Composable
fun ErrorCard() {
Card(
colors =
CardDefaults.cardColors(
containerColor = Red2
),
modifier =
Modifier
.fillMaxWidth()
.height(40.dp)
.padding(horizontal = 20.dp)
) {
Row(
modifier =
Modifier
.fillMaxSize()
.padding(start = 13.dp),
verticalAlignment = Alignment.CenterVertically
) {
Image(
painter = painterResource(id = R.drawable.ic_error),
contentDescription = "ErrorIcon"
)
Spacer(modifier = Modifier.width(6.dp))
Text(
text = "์ด๋ฉ”์ผ ํ˜น์€ ๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ์ผ์น˜ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.",
color = Red1,
fontSize = 13.sp
)
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ fun NormalTextField(
label: String,
placeholder: String,
keyboardType: KeyboardType,
height: Int = 65
height: Int = 65,
modifier: Modifier = Modifier
) {
val (text, onTextChanged) =
remember {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ fun ConnectDogTopAppBar(
iconContentDescription = "connect dog home"
)
}

else -> {}
}

Row(modifier = Modifier.align(Alignment.CenterEnd)) {
Expand Down
634 changes: 178 additions & 456 deletions core/designsystem/src/main/res/drawable/ic_main.xml

Large diffs are not rendered by default.

173 changes: 173 additions & 0 deletions core/designsystem/src/main/res/drawable/ic_main_large.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="360dp"
android:height="350dp"
android:viewportWidth="360"
android:viewportHeight="350">
<path
android:pathData="M0,200L360,200V0L0,0L0,200Z"
android:fillColor="#FBF2E5"
android:fillType="evenOdd"/>
<path
android:pathData="M0,130.55C112.8,201.68 304.31,100.18 360,60.41V0L0,0V130.55Z"
android:fillColor="#ffffff"/>
<path
android:pathData="M323.59,94.89C324.49,94.89 325.32,95.14 326,95.59C326.61,93.92 328.04,92.76 329.71,92.76C330.71,92.76 331.62,93.17 332.33,93.86C332.39,89.23 335.64,85.51 339.64,85.51C343.68,85.51 346.95,89.31 346.95,94.01C346.95,94.46 346.93,94.89 346.87,95.32C348.66,95.34 350.11,96.51 350.11,97.94C350.11,98.15 350.08,98.35 350.02,98.54H319.44C319.53,96.51 321.35,94.89 323.59,94.89Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
<path
android:pathData="M242.47,68.06C241.64,68.06 240.86,68.3 240.23,68.72C239.66,67.15 238.33,66.06 236.77,66.06C235.84,66.06 234.99,66.45 234.33,67.09C234.27,62.75 231.24,59.25 227.52,59.25C223.74,59.25 220.69,62.82 220.69,67.24C220.69,67.66 220.72,68.06 220.77,68.46C219.1,68.48 217.75,69.58 217.75,70.92C217.75,71.12 217.78,71.3 217.83,71.48H246.35C246.26,69.58 244.56,68.06 242.47,68.06Z"
android:fillColor="#FFEDE1"
android:fillType="evenOdd"/>
<path
android:pathData="M299.76,51.61C301.08,51.61 302.32,52 303.33,52.66C304.23,50.17 306.36,48.43 308.83,48.43C310.31,48.43 311.66,49.05 312.7,50.08C312.81,43.17 317.63,37.61 323.56,37.61C329.55,37.61 334.42,43.29 334.42,50.31C334.42,50.97 334.36,51.62 334.28,52.26C336.94,52.3 339.09,54.03 339.09,56.17C339.09,56.48 339.05,56.77 338.96,57.06H293.59C293.73,54.03 296.43,51.61 299.76,51.61Z"
android:fillColor="#FFEDE1"
android:fillType="evenOdd"/>
<path
android:pathData="M209.14,193.71C209.47,193.72 209.78,193.69 210.08,193.63C209.55,192.77 209.18,191.87 208.98,190.96C208.37,191.68 207.89,192.46 207.56,193.29C208.04,193.53 208.57,193.68 209.14,193.71Z"
android:fillColor="#FFD9B5"
android:fillType="evenOdd"/>
<path
android:pathData="M185.68,189.84C185.11,190.57 184.62,191.35 184.22,192.16C183.71,191.1 183.34,190.01 183.12,188.9C182.47,189.73 181.93,190.62 181.51,191.54C182.15,192.4 183.17,192.98 184.34,193.03C185.13,193.06 185.87,192.85 186.49,192.46C186.12,191.6 185.85,190.73 185.68,189.84Z"
android:fillColor="#FFD9B5"
android:fillType="evenOdd"/>
<path
android:pathData="M238.45,136.36C236.34,133.33 229.24,123.7 227.17,123.02C226.98,122.96 226.74,122.93 226.49,122.92C223.63,121.08 218,117.68 216.57,117.43C214.84,117.13 199.4,121.42 198.38,125.81C197.36,130.22 204.17,135.2 210.98,135.5C215.24,135.69 217.27,135.13 219.25,134.78C221.12,134.82 223.19,134.98 224.16,135.54C226.14,136.69 232.2,144.12 232.2,144.12C232.2,144.12 230.48,147.21 232.47,148.92C234.46,150.63 238.75,146.47 239.86,143.82C240.97,141.17 240.55,139.39 238.45,136.36Z">
<aapt:attr name="android:fillColor">
<gradient
android:startX="224.65"
android:startY="139.24"
android:endX="214.26"
android:endY="126.74"
android:type="linear">
<item android:offset="0" android:color="#FFB77737"/>
<item android:offset="1" android:color="#FF965923"/>
</gradient>
</aapt:attr>
</path>
<path
android:pathData="M235.43,161.59C235.43,163.58 216.76,165.19 193.72,165.19C170.68,165.19 152,163.58 152,161.59C152,159.61 170.68,158 193.72,158C216.76,158 235.43,159.61 235.43,161.59Z"
android:fillColor="#EADDD2"/>
<path
android:pathData="M161.72,112.78C161.72,112.78 155.74,121.5 153.76,124.27C151.78,127.04 139.04,134.92 139.04,134.92C139.04,134.92 130.43,133.76 130.04,137.2C129.57,141.39 135.6,142.13 138.67,141.74C149.95,140.32 162.87,131.53 165.33,129.14C167.79,126.76 163.21,112.93 161.72,112.78Z">
<aapt:attr name="android:fillColor">
<gradient
android:startX="144.66"
android:startY="132.62"
android:endX="154.41"
android:endY="126.58"
android:type="linear">
<item android:offset="0" android:color="#FFB77737"/>
<item android:offset="1" android:color="#FF965923"/>
</gradient>
</aapt:attr>
</path>
<path
android:pathData="M223.09,128.07C219.85,129.43 215.92,130.63 211.21,131.79C193.8,136.1 167.95,131.9 160.31,125.74C158.03,123.9 156.52,120.94 155.41,117.34C154.14,113.21 153.4,108.24 152.62,103.14C152.21,100.44 152.52,98.26 152.19,96.65C151.85,95.09 151.68,94.17 151.68,94.17C151.68,94.17 149.2,77.1 152.58,68.81C155.95,60.52 158.38,57.47 160.36,59.1C161.07,59.69 161.63,61.58 162.16,64.16C163.19,69.33 164.13,77.27 165.99,83.12C166.81,85.68 167.8,87.84 169.07,89.19C174.01,94.5 183.6,96.96 194.51,96.02C195.91,95.9 197.36,95.72 198.81,95.48C205.27,94.41 210.63,92.67 215.02,91.43C219.21,90.23 222.5,89.48 224.99,90.21C230.09,91.7 235.25,99.97 235.41,111.3C235.53,119.57 231.87,124.39 223.09,128.07Z"
android:fillColor="#FFD0A0"/>
<path
android:pathData="M217.66,96.69C218.16,101.19 212.08,107.08 206.92,105.53C202.55,104.23 197.86,98.46 194.45,96.21C195.86,96.09 197.3,95.91 198.76,95.67C205.22,94.61 210.59,92.87 214.97,91.62C216.18,92.79 217.42,94.49 217.66,96.69Z"
android:fillColor="#F4BF89"/>
<path
android:pathData="M186.47,103.4C183.63,105.93 186.48,113.19 191.85,110.53C197.2,107.88 190.43,99.87 186.47,103.4Z"
android:fillColor="#F4BF89"/>
<path
android:pathData="M108.57,100.33C108.57,100.33 114.39,106.98 120.63,107.25C126.86,107.51 139.2,102.23 139.2,102.23L140.4,97.13L114.12,97.93L108.57,100.33Z"
android:fillColor="#965923"/>
<path
android:pathData="M138.98,102.26C138.98,102.26 144.87,99.93 147.72,101.53C150.56,103.12 152.32,104.72 152.32,104.72C152.32,104.72 154.9,99.93 154.49,99.53C154.09,99.13 147.72,92.47 146.5,92.34C145.28,92.21 139.73,95.2 139.73,95.2L138.98,102.26Z"
android:fillColor="#FFD0A0"/>
<path
android:pathData="M139.46,98.26C139.25,98.4 137.83,104.79 140.34,108.18C142.84,111.57 144.87,111.04 148.06,113.97C151.24,116.9 148.06,123.69 142.71,122.62C137.36,121.56 134.65,118.76 133.02,114.5C131.24,109.85 132.48,101.93 132.48,101.93L139.46,98.26Z"
android:fillColor="#EA6744"/>
<path
android:pathData="M136.8,99.06C136.8,99.06 135.15,104.39 136.26,108.57C137.38,112.74 141.09,116.01 141.09,116.01C141.09,116.01 136.02,114.16 134.89,109.45C133.76,104.74 134.78,100.22 134.78,100.22L136.8,99.06Z"
android:fillColor="#BC1F00"/>
<path
android:pathData="M141.49,54.81C147.62,53.05 156.66,53.47 159.37,57.2C162.08,60.93 160.86,70.51 163.16,77.3C165.47,84.09 167.23,87.68 167.23,87.68C167.23,87.68 164.79,98.33 160.46,101.66C156.12,104.99 153.61,105.98 153.61,105.98L145.01,96.6C145.01,96.6 136.48,103.65 124.42,104.85C119.69,105.32 114.94,100.59 113.31,100.46C111.69,100.33 108.93,102.21 106.54,101.53C101.39,100.06 97.87,89.94 98,82.76C98.14,75.57 104.23,72.77 109.79,71.44C115.34,70.11 128.21,67.45 131.87,65.19C135.53,62.92 138.24,55.74 141.49,54.81Z"
android:fillColor="#FFD0A0"/>
<path
android:pathData="M139.1,100.37C139.1,100.37 143.28,98.43 148.23,93.6C153.65,88.31 155.64,80.06 155.64,80.06C155.64,80.06 154.36,89.68 148.87,95.07C143.38,100.46 138.92,102.36 138.92,102.36L139.1,100.37Z"
android:fillColor="#965923"/>
<path
android:pathData="M137.84,61.48C141.46,62.04 138.15,68.72 135.99,68.22C133.83,67.72 135.66,61.14 137.84,61.48Z"
android:fillColor="#332114"/>
<path
android:pathData="M148.59,63.38C151.18,63.77 149.36,70.47 147,70.1C144.63,69.72 146.55,63.07 148.59,63.38Z"
android:fillColor="#332114"/>
<path
android:pathData="M228.12,93.85C228.12,93.85 240.24,89.99 244.7,84.2C249.16,78.42 253.88,63.17 257.79,64.48C261.7,65.79 264.68,77.18 255.12,88.94C245.57,100.69 228.24,97.04 228.24,97.04L228.12,93.85Z">
<aapt:attr name="android:fillColor">
<gradient
android:startX="230.31"
android:startY="87.89"
android:endX="247.09"
android:endY="81.39"
android:type="linear">
<item android:offset="0" android:color="#FFB77737"/>
<item android:offset="1" android:color="#FF332114"/>
</gradient>
</aapt:attr>
</path>
<path
android:pathData="M149.23,53.45C148.37,55.14 150.39,55.72 151.87,57.27C153.36,58.81 153.36,60.03 154.52,59.54C155.68,59.05 155.35,56.62 154.19,54.99C153.03,53.36 149.97,51.99 149.23,53.45Z"
android:fillColor="#56280A"/>
<path
android:pathData="M223.09,128.07C219.85,129.43 215.92,130.63 211.21,131.79C193.8,136.1 167.95,131.9 160.32,125.74C158.03,123.9 156.52,120.94 155.42,117.34C155.8,116.1 156.7,115.33 158.15,115.96C160.65,117.06 161.21,126.05 175.06,128.29C188.9,130.53 201.35,129.76 208.55,128.13C215.76,126.5 218.66,122.17 221.14,125.33C221.95,126.35 222.63,127.23 223.09,128.07Z"
android:fillColor="#FFE6CD"/>
<path
android:pathData="M169.74,121.87C169.74,121.87 168.65,126.08 167.38,128.51C166.12,130.94 155.01,142.63 155.01,142.63C155.01,142.63 145.42,142.45 145.08,146.91C144.87,149.65 150.56,150.44 155.63,150.33C159.78,150.23 175.61,140.76 178,138.04C180.39,135.32 181.44,129.6 181.61,127.83C181.78,126.07 173.79,115.83 169.74,121.87Z"
android:fillColor="#FFD0A0"/>
<path
android:pathData="M224.04,127.89C234.86,130.01 241.02,124.88 243.85,126.07C246.67,127.27 253.5,135.48 253.5,135.48C253.5,135.48 252.12,138.8 254.34,140.54C256.56,142.29 263.27,138.03 262.35,133.07C261.43,128.12 248.67,113.28 245.89,111.7C243.11,110.12 236.68,107.65 232.21,105.3C227.73,102.94 215.23,106.33 214.03,114.14C212.83,121.94 216.7,126.45 224.04,127.89Z"
android:fillColor="#FFD0A0"/>
<path
android:pathData="M157.85,60.33C159.86,61.76 160.18,58.63 166.07,57.83C171.97,57.04 178.77,58.03 185.38,55.04C191.98,52.04 192.9,45.06 186.9,44.56C180.91,44.06 178.57,46.95 173.69,48.35C170.24,49.34 163.74,50.95 160.59,53.94C157.44,56.94 156.02,59.03 157.85,60.33Z">
<aapt:attr name="android:fillColor">
<gradient
android:startX="164.27"
android:startY="60.94"
android:endX="169.69"
android:endY="56.85"
android:type="linear">
<item android:offset="0" android:color="#FFB77737"/>
<item android:offset="1" android:color="#FF332114"/>
</gradient>
</aapt:attr>
</path>
<path
android:pathData="M142.94,56.39C145.23,57.34 144.84,54.22 150.4,52.15C155.96,50.08 162.82,49.55 168.58,45.19C174.33,40.82 173.64,33.81 167.68,34.64C161.72,35.47 160.1,38.8 155.67,41.23C152.53,42.95 146.55,45.95 144.16,49.56C141.77,53.17 140.87,55.53 142.94,56.39Z">
<aapt:attr name="android:fillColor">
<gradient
android:startX="149.35"
android:startY="55.57"
android:endX="153.69"
android:endY="50.4"
android:type="linear">
<item android:offset="0" android:color="#FFB77737"/>
<item android:offset="1" android:color="#FF332114"/>
</gradient>
</aapt:attr>
</path>
<path
android:pathData="M143.18,69.78C143.18,69.78 145.15,68.05 147.79,68.25C150.43,68.45 151.71,70.84 151.71,70.84L147.65,72.04L143.18,69.78Z"
android:fillColor="#FFD0A0"/>
<path
android:pathData="M138.98,68.65C138.98,68.65 138.98,66.72 136.74,66.32C134.51,65.92 132.34,67.25 132.34,67.25L134.17,69.11L137.63,69.58L138.98,68.65Z"
android:fillColor="#FFD0A0"/>
<path
android:pathData="M142.57,53.51C142.65,55.3 140.67,55.03 138.77,55.79C136.88,56.56 136.39,57.61 135.59,56.75C134.78,55.88 136.03,53.9 137.68,52.94C139.32,51.98 142.51,51.96 142.57,53.51Z"
android:fillColor="#56280A"/>
<path
android:pathData="M128.68,82.11C128.62,82.99 127.11,84.58 124.98,86.17C123.04,87.64 120.57,89.11 118.23,90.04C116.37,90.79 114.6,91.2 113.22,91.01C111.79,90.81 110.19,89.95 108.65,88.73C106.82,87.3 105.06,85.36 103.79,83.49C102.33,81.36 101.49,79.31 101.81,78.1C102.46,75.6 108.85,76.65 114.98,77.17C121.11,77.71 128.82,79.81 128.68,82.11Z"
android:fillColor="#63381B"/>
<path
android:pathData="M124.98,86.17C123.04,87.64 120.57,89.11 118.23,90.04C117.59,89.31 116.88,88 118.07,86.44C119.91,84.04 123.66,83.78 124.46,85.17C124.69,85.55 124.86,85.89 124.98,86.17Z"
android:fillColor="#332114"/>
<path
android:pathData="M110.3,86.06C110.31,87.19 109.43,88.13 108.65,88.73C106.82,87.3 105.06,85.36 103.79,83.49C103.94,82.84 104.37,82.1 105.54,81.95C107.59,81.67 110.27,84.04 110.3,86.06Z"
android:fillColor="#332114"/>
<path
android:pathData="M0,200h360v150h-360z"
android:fillColor="#FBF2E5"/>
</vector>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
o/classes
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i/
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i/
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i/debug_dex
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
o/classes
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i/classes_global-synthetics
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i/
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i/
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i/debug_dex
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
o/debug
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i/classes_global-synthetics
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i/
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
o/debug
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i/
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.kusitms.connectdog.feature.intermediator" >

<uses-sdk android:minSdkVersion="30" />

</manifest>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 3,
"artifactType": {
"type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
"kind": "Directory"
},
"applicationId": "com.kusitms.connectdog.feature.intermediator",
"variantName": "debug",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"outputFile": "AndroidManifest.xml"
}
],
"elementType": "File"
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
aarFormatVersion=1.0
aarMetadataVersion=1.0
minCompileSdk=1
minCompileSdkExtension=0
minAndroidGradlePluginVersion=1.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"hilt-compiler-2.46.1.jar (com.google.dagger:hilt-compiler:2.46.1)":"INCREMENTAL_AP","dagger-compiler-2.46.1.jar (com.google.dagger:dagger-compiler:2.46.1)":"INCREMENTAL_AP"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"hilt-compiler-2.46.1.jar (com.google.dagger:hilt-compiler:2.46.1)":"INCREMENTAL_AP","dagger-compiler-2.46.1.jar (com.google.dagger:dagger-compiler:2.46.1)":"INCREMENTAL_AP"}
Empty file.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.kusitms.connectdog.feature.intermediator.test",
"variantName": "debugAndroidTest",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 0,
"versionName": "",
"outputFile": "intermediator-debug-androidTest.apk"
}
],
"elementType": "File"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#- File Locator -
listingFile=../../apk/androidTest/debug/output-metadata.json
Loading

0 comments on commit b690553

Please sign in to comment.