| | |
| | | android { |
| | | namespace 'com.dayu.henanlibrary' |
| | | compileSdk 33 |
| | | ndkPath 'D:\\android\\sdk\\ndk\\android-ndk-r21' |
| | | defaultConfig { |
| | | minSdk 23 |
| | | targetSdk 26 |
| | |
| | | |
| | | buildTypes { |
| | | release { |
| | | minifyEnabled false |
| | | minifyEnabled true |
| | | proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' |
| | | } |
| | | } |
| | |
| | | |
| | | dependencies { |
| | | |
| | | implementation fileTree(include: ['*.jar','*.aar'], dir: 'libs') |
| | | implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs') |
| | | |
| | | compileOnly 'com.android.support:appcompat-v7:28.0.0' |
| | | compileOnly 'com.android.support.constraint:constraint-layout:1.1.3' |