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 {
4040 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
4141}
4242
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
2222class DestinationFilters : Plugin {
2323
2424 companion object {
25- public const val version = " 1.2.0 "
25+ public const val version = " 1.2.1 "
2626 }
2727
2828 private val tsubScript = """
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android.nonTransitiveRClass=true
2424
2525GROUP =com.segment.analytics.kotlin
2626
27- VERSION_CODE =120
28- VERSION_NAME =1.2.0
27+ VERSION_CODE =121
28+ VERSION_NAME =1.2.1
2929
3030POM_NAME =DestinationFilters-Kotlin
3131POM_DESCRIPTION =Enrich and modify events via OTA updates
You can’t perform that action at this time.
0 commit comments