Skip to content

Commit

Permalink
Revert "Update build.gradle"
Browse files Browse the repository at this point in the history
This reverts commit b7f6915.
  • Loading branch information
FreePhoenix888 committed Dec 16, 2023
1 parent d3fff39 commit da2308d
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,11 @@ task clean(type: Delete) {
delete rootProject.buildDir
}

plugins {
id 'com.android.application'
}

android {
compileSdkVersion 30
defaultConfig {
applicationId "your.package.name"
minSdkVersion 16
targetSdkVersion 30
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

dependencies {
// Your dependencies here
}

apply from: "variables.gradle"

0 comments on commit da2308d

Please sign in to comment.