sprint-1 #1
@ -41,6 +41,8 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
|
implementation(files("libs/libary-release.aar"))
|
||||||
|
|
||||||
implementation(libs.androidx.core.ktx)
|
implementation(libs.androidx.core.ktx)
|
||||||
implementation(libs.androidx.lifecycle.runtime.ktx)
|
implementation(libs.androidx.lifecycle.runtime.ktx)
|
||||||
implementation(libs.androidx.activity.compose)
|
implementation(libs.androidx.activity.compose)
|
||||||
@ -56,6 +58,4 @@ dependencies {
|
|||||||
androidTestImplementation(libs.androidx.ui.test.junit4)
|
androidTestImplementation(libs.androidx.ui.test.junit4)
|
||||||
debugImplementation(libs.androidx.ui.tooling)
|
debugImplementation(libs.androidx.ui.tooling)
|
||||||
debugImplementation(libs.androidx.ui.test.manifest)
|
debugImplementation(libs.androidx.ui.test.manifest)
|
||||||
|
|
||||||
implementation(project(":libary"))
|
|
||||||
}
|
}
|
BIN
app/libs/libary-release.aar
Normal file
BIN
app/libs/libary-release.aar
Normal file
Binary file not shown.
@ -0,0 +1,11 @@
|
|||||||
|
package com.example.libary
|
||||||
|
|
||||||
|
import org.junit.Test
|
||||||
|
|
||||||
|
class BottomSheetTest {
|
||||||
|
|
||||||
|
@Test
|
||||||
|
fun test1() {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user