Skip to content

Commit

Permalink
Fix Failed to apply plugin class ‘org.gradle.toolchains.foojay.Foojay…
Browse files Browse the repository at this point in the history
  • Loading branch information
igordmn committed Sep 13, 2023
1 parent 32ba4ea commit c69cdbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {

android {
compileSdk = 34
namespace = "com.myapplication"

defaultConfig {
minSdk = 26
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.myapplication">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<application
android:allowBackup="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ kotlin {

android {
compileSdk = 34
namespace = "com.myapplication.common"

defaultConfig {
minSdk = 26
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit c69cdbc

Please sign in to comment.