apply plugin: 'com.android.application' | |
android { | |
compileSdkVersion 25 | |
namespace "com.example.google.migrate2appcompat" | |
defaultConfig { | |
applicationId "com.example.google.migrate2appcompat" | |
minSdkVersion 23 | |
targetSdkVersion 25 | |
} | |
buildTypes { | |
release { | |
minifyEnabled false | |
} | |
} | |
} | |
dependencies { | |
api project(':mylibrary') | |
} |