apply plugin: 'com.android.library' | |
android { | |
compileSdkVersion 25 | |
defaultConfig { | |
minSdkVersion 16 | |
targetSdkVersion 25 | |
versionCode 1 | |
versionName "1.0" | |
} | |
} | |
dependencies { | |
implementation 'androidx.appcompat:appcompat:+' | |
implementation 'androidx.constraintlayout:constraintlayout:+' | |
} |