Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
topminipie authored Apr 20, 2024
1 parent 2857f8e commit a44d05d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

android {
defaultConfig {
applicationId 'io.twoyi' // app.vmdroid
applicationId 'io.twoyi'
compileSdk 34
minSdkVersion 27
//noinspection ExpiredTargetSdkVersion
Expand All @@ -21,7 +21,6 @@ android {
buildTypes {
release {
minifyEnabled false
debuggable false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand All @@ -41,7 +40,7 @@ android {
buildConfig = true
}

namespace 'io.twoyi' // app.vmdroid
namespace 'io.twoyi'
}

dependencies {
Expand Down

0 comments on commit a44d05d

Please sign in to comment.