Skip to content

Commit

Permalink
🏗️ build(openCVLibrary411): add build.gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
HuTianQi committed Nov 15, 2019
1 parent a757b10 commit cedafa1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions openCVLibrary411/build.gradle
@@ -0,0 +1,18 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 28
buildToolsVersion "28.0.3"

defaultConfig {
minSdkVersion 14
targetSdkVersion 28
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}

0 comments on commit cedafa1

Please sign in to comment.