1 Star 0 Fork 0

micheal choe/hook-kit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
qumin 提交于 2023-11-10 18:05 . Feature(hook-kit): 新增demo依赖的sdk
plugins {
id 'com.android.library'
}
android {
//namespace 'com.mk.hookhelper'
compileSdkVersion 31
defaultConfig {
minSdkVersion 24
targetSdkVersion 28
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
externalNativeBuild {
ndkBuild {
cppFlags 'armeabi-v7a'
}
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
externalNativeBuild {
ndkBuild {
path file('src/main/jni/Android.mk')
}
}
}
dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/micheal_ai/hook-kit.git
git@gitee.com:micheal_ai/hook-kit.git
micheal_ai
hook-kit
hook-kit
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385