build.gradle 433 B

1234567891011121314151617181920
  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 33
  9. }
  10. buildTypes {
  11. release {
  12. minifyEnabled true
  13. proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
  14. }
  15. }
  16. }