Skip to content

Instantly share code, notes, and snippets.

@Sren-Hmkn
Created August 6, 2018 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sren-Hmkn/0e2c180ba6b2ca094da9ee2e0376079e to your computer and use it in GitHub Desktop.
Save Sren-Hmkn/0e2c180ba6b2ca094da9ee2e0376079e to your computer and use it in GitHub Desktop.
build.gradle (openCVLib...) for initial setup
apply plugin: 'com.android.library'
android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
defaultConfig {
minSdkVersion 21
targetSdkVersion 27
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment