summaryrefslogtreecommitdiff
path: root/build-system/integration-test/test-projects/projectWithModules/library/build.gradle
blob: 504c05cf1021cc59a9325bbd72df77a90f2dc884 (plain)
1
2
3
4
5
6
7
apply plugin: 'com.android.library'

android {
    namespace "com.example.android.multiproject.library.base"
    compileSdkVersion libs.versions.latestCompileSdk.get().toInteger()
    buildToolsVersion = libs.versions.buildToolsVersion.get()
}