Skip to content

Commit

Permalink
Revert "Move android config to the end"
Browse files Browse the repository at this point in the history
This reverts commit d71c452.
  • Loading branch information
FreePhoenix888 committed Dec 16, 2023
1 parent da2308d commit 7966531
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,29 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

buildscript {

repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.1'
classpath 'com.google.gms:google-services:4.3.15'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

apply from: "variables.gradle"

allprojects {
repositories {
google()
Expand All @@ -21,12 +34,3 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}

android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

apply from: "variables.gradle"

0 comments on commit 7966531

Please sign in to comment.