Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch to error on line 1 at column 7: pom.xml #477

Merged
merged 2 commits into from
Apr 27, 2024

Conversation

Darker935
Copy link
Contributor

Fixing unnecessary xml tag, that's causing error when building

Fixing unnecessary xml tag, that's causing error when building
@Auties00
Copy link
Owner

Does it compile for Android now though?

@Darker935
Copy link
Contributor Author

Darker935 commented Apr 15, 2024

Does it compile for Android now though?

I've did it wrong, sorry. I'm having to do the commits directly through github, as my project is not installing the necessary dependencies to build locally and test

@Darker935
Copy link
Contributor Author

But this error is fixed now

image

@Yuu-DevID
Copy link

But this error is fixed now

image

error bro
image

my

build.gradle

plugins {
    id 'com.android.application'
}



android {
    namespace 'com.konjousoft.whatsappbot'
    compileSdk 34

    defaultConfig {
        applicationId "com.konjousoft.whatsappbot"
        minSdk 26
        targetSdk 34
        versionCode 1
        versionName "1.0"
        multiDexEnabled true

        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }

    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        }
    }
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_21
        targetCompatibility JavaVersion.VERSION_21
    }
}




dependencies {

    implementation 'androidx.appcompat:appcompat:1.6.1'
    implementation 'com.google.android.material:material:1.11.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
    implementation 'com.github.auties00:cobalt:0.0.5'
    implementation "androidx.multidex:multidex:2.0.1"
    testImplementation 'junit:junit:4.13.2'
    androidTestImplementation 'androidx.test.ext:junit:1.1.5'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

    annotationProcessor 'com.github.auties00:cobalt:0.0.5'

}

@Darker935
Copy link
Contributor Author

But this error is fixed now
error bro

It's not fixed yet lmao

@Yuu-DevID
Copy link

But this error is fixed now
error bro

It's not fixed yet lmao

oh yeah XD, sorry.

@Auties00 Auties00 merged commit 0873de8 into Auties00:master Apr 27, 2024
1 check failed
@Darker935 Darker935 deleted the patch-2 branch May 8, 2024 19:02
@Darker935 Darker935 restored the patch-2 branch May 8, 2024 19:02
@Darker935 Darker935 deleted the patch-2 branch May 8, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants