fixed empty classes.jar issue
This commit is contained in:
@@ -77,14 +77,14 @@ android {
|
||||
minSdkVersion = 26
|
||||
targetSdkVersion = 36
|
||||
versionCode = 7
|
||||
versionName = '1.5.0'
|
||||
versionName = '1.5.1'
|
||||
signingConfig = signingConfigs.irext_key
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
versionNameSuffix '1.5.0'
|
||||
versionNameSuffix '1.5.1'
|
||||
}
|
||||
debug {
|
||||
debuggable true
|
||||
@@ -97,8 +97,6 @@ android {
|
||||
|
||||
publishing {
|
||||
singleVariant('release') {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -113,6 +111,9 @@ afterEvaluate {
|
||||
|
||||
from components.release
|
||||
|
||||
artifact androidSourcesJar
|
||||
artifact androidJavadocsJar
|
||||
|
||||
pom {
|
||||
name = 'irext-remote-index-android'
|
||||
description = 'Android Indexing API for IRext remote controller'
|
||||
|
||||
Reference in New Issue
Block a user