We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9234e7e commit a4f52a5Copy full SHA for a4f52a5
android-sdk/realtime-android/build.gradle
@@ -50,6 +50,7 @@ android.libraryVariants.all { variant ->
50
exclude '**/BuildConfig.java'
51
exclude '**/R.java'
52
exclude 'cn/leancloud/utils/**'
53
+ exclude 'cn/leancloud/annotation/**'
54
}
55
def name = variant.buildType.name
56
def task = project.tasks.create "jar${name.capitalize()}", Jar
0 commit comments