Skip to content

Commit

Permalink
Revert "Upgraded AGP to 8"
Browse files Browse the repository at this point in the history
This reverts commit de988f6.
  • Loading branch information
gokadzev committed Oct 26, 2023
1 parent 3cf86ab commit e1f9f27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
13 changes: 4 additions & 9 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ android {
main.java.srcDirs += 'src/main/kotlin'
}

lintOptions {
checkReleaseBuilds false
abortOnError false
}

defaultConfig {
applicationId "com.gokadzev.musify"
Expand Down Expand Up @@ -91,15 +95,6 @@ android {
shrinkResources false
}
}
packagingOptions {
jniLibs {
useLegacyPackaging true
}
}
lint {
abortOnError false
checkReleaseBuilds false
}

}

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.1.0'
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
3 changes: 0 additions & 3 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=true
android.nonFinalResIds=false

0 comments on commit e1f9f27

Please sign in to comment.