Coder Social home page Coder Social logo

Groovy SDK has changed. about android-chess HOT 2 CLOSED

jcarolus avatar jcarolus commented on June 22, 2024
Groovy SDK has changed.

from android-chess.

Comments (2)

watsoncoders avatar watsoncoders commented on June 22, 2024

simply change the app lvl build gradle and top lvl build gradle as such :
app lvl build gradle :
apply plugin: 'com.android.application'

compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig {
    applicationId "jwtc.android.chess"
    minSdkVersion 14
    targetSdkVersion 28
}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
    }
}
lintOptions {
    disable 'MissingTranslation'
}

}

dependencies {
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:mediarouter-v7:28.0.0'
implementation 'com.google.android.gms:play-services-cast:16.2.0'
implementation 'com.google.android.gms:play-services-analytics:16.0.8'
implementation 'org.codehaus.groovy:groovy-all:2.4.12'

}

apply plugin: 'com.google.gms.google-services'

aand in the top lvl build gradle -----:

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.google.firebase:perf-plugin:1.2.1'
classpath 'com.google.gms:google-services:4.2.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31'
}
}

allprojects {
repositories {
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
google()
jcenter()
}
}

from android-chess.

jcarolus avatar jcarolus commented on June 22, 2024

Latest master tagged 8.9.5 had Gradle upgrade which fixes the issue for me. Let me know if it does not work, closing.

from android-chess.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.