This is the error that doesn't want to be corected. I see the syntax so i remove the bracket and even gave the entire file to chat gbt3 online ai for correction but nothing I have done works. I started new application and "borrowed" the settings.gradle file from that via my notes system - no joy The error occuring. 12:16 Gradle sync failed: Could not get unknown property 'implementation' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. (3 s 580 ms)
Here it is
apply plugin: 'com.android.application'
android { compileSdkVersion 29
defaultConfig {
applicationId "com.gradedwash.mergedimage"
minSdkVersion 29
targetSdkVersion 33
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx' }
I tried to make an application for google play using android studio dolphin in a linux environment with python 3 sdk 29 to 33 all latest versions. The app sends two images to dall-e2 and returns to mobile phone or any device