build.gradle 468 B

123456789101112131415161718192021222324
  1. apply plugin: 'com.android.application'
  2. android {
  3. compileSdkVersion 33
  4. useLibrary 'org.apache.http.legacy'
  5. defaultConfig {
  6. applicationId "me.yoqi.mobile.safe"
  7. minSdkVersion 8
  8. targetSdkVersion 29
  9. }
  10. buildTypes {
  11. release {
  12. minifyEnabled true
  13. proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
  14. }
  15. }
  16. dependencies {
  17. }
  18. }