File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
destination-filters-kotlin
src/main/java/com/segment/analytics/plugins Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -40,4 +40,8 @@ dependencies {
40
40
androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
41
41
}
42
42
43
- apply from : rootProject. file(' gradle/mvn-publish.gradle' )
43
+ apply from : rootProject. file(' gradle/mvn-publish.gradle' )
44
+
45
+ tasks. named(" signReleasePublication" ) {
46
+ dependsOn(" bundleReleaseAar" )
47
+ }
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import java.lang.ref.WeakReference
22
22
class DestinationFilters : Plugin {
23
23
24
24
companion object {
25
- public const val version = " 1.2.0 "
25
+ public const val version = " 1.2.1 "
26
26
}
27
27
28
28
private val tsubScript = """
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android.nonTransitiveRClass=true
24
24
25
25
GROUP =com.segment.analytics.kotlin
26
26
27
- VERSION_CODE =120
28
- VERSION_NAME =1.2.0
27
+ VERSION_CODE =121
28
+ VERSION_NAME =1.2.1
29
29
30
30
POM_NAME =DestinationFilters-Kotlin
31
31
POM_DESCRIPTION =Enrich and modify events via OTA updates
You can’t perform that action at this time.
0 commit comments