Skip to content

Commit

Permalink
Merge pull request #20 from Tealium/publishing-fixes
Browse files Browse the repository at this point in the history
publishing fixes
  • Loading branch information
jameskeith authored May 12, 2022
2 parents 8008344 + fa1e9b6 commit ccf2352
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion appsflyer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'maven-publish'

android {
compileSdkVersion 29
buildToolsVersion "29.0.1"
buildToolsVersion "29.0.3"


defaultConfig {
Expand Down Expand Up @@ -52,6 +52,7 @@ afterEvaluate {
publishing {
publications {
mavenJava(MavenPublication) {
from components.release
groupId 'com.tealium.remotecommands'
artifactId 'appsflyer'
version tealium_appsflyer_version
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@file:JvmName("AppsflyerConstants")

package com.tealium.remotecommands.appsflyer

import com.appsflyer.AFInAppEventType

object Commands {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.android.tools.build:gradle:4.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip

0 comments on commit ccf2352

Please sign in to comment.