You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@aspect(MainActivity.class)
my proyect no compile, this is my gradle project
`// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.1'
classpath 'net.idik.crepecake:plugin:0.0.4' // Add Here
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
@aspect(MainActivity.class)
my proyect no compile, this is my gradle project
`// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
allprojects {
repositories {
google()
jcenter()
}
task clean(type: Delete) {
delete rootProject.buildDir
}`
gradle module
`apply plugin: 'com.android.application'
apply plugin: 'net.idik.crepecake'
android {
compileSdkVersion 29
buildToolsVersion "29.0.0"
defaultConfig {
applicationId "com.planensas.myapplication"
minSdkVersion 15
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
//versions
def roomVersion = '2.1.0-alpha06'
def archLifecycleVersion = '2.0.0'
def lifecycle_version = "2.0.0"
}`
The text was updated successfully, but these errors were encountered: