[go: nahoru, domu]

blob: 3a1f4647f5a23136b081ba8bd8b04063f5a3cd50 [file] [log] [blame]
import androidx.build.Publish
plugins {
id("AndroidXPlugin")
id("com.android.library")
id("kotlin-android")
}
dependencies {
api("androidx.annotation:annotation:1.1.0")
implementation("androidx.core:core-ktx:1.1.0")
api("androidx.customview:customview:1.1.0")
implementation("androidx.window:window:1.2.0-rc01")
implementation("androidx.transition:transition:1.4.1")
androidTestImplementation(libs.testExtJunit)
androidTestImplementation(libs.testRunner)
androidTestImplementation(libs.espressoCore, excludes.espresso)
androidTestImplementation(libs.kotlinStdlib)
androidTestImplementation(libs.truth)
androidTestImplementation(project(':internal-testutils-runtime'))
androidTestImplementation("androidx.window:window-testing:1.2.0-rc01")
}
androidx {
name = "Sliding Pane Layout"
publish = Publish.SNAPSHOT_AND_RELEASE
inceptionYear = "2018"
description = "SlidingPaneLayout offers a responsive, two pane layout that automatically switches between overlapping panes on smaller devices to a side by side view on larger devices."
metalavaK2UastEnabled = true
}
android {
namespace "androidx.slidingpanelayout"
}