You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
374 B

apply plugin: 'com.android.application'
android {
compileSdkVersion 27
defaultConfig {
applicationId "com.davemorrissey.labs.subscaleview.test"
}
sourceSets {
main {
assets.srcDirs = ['assets']
}
}
}
dependencies {
implementation project(':library')
implementation 'com.android.support:support-v4:27.0.2'
}