Skip to content

Commit

Permalink
Release 1.0.0 (#10)
Browse files Browse the repository at this point in the history
* Release 1.0.0
  • Loading branch information
tamayok authored May 7, 2020
1 parent 722ba69 commit a5a0cd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.tealium:library:5.7.1'
releaseImplementation 'com.tealium.remotecommands:appsflyer:0.0.2'
releaseImplementation 'com.tealium.remotecommands:appsflyer:1.0.0'
debugImplementation project (path: ':appsflyer')

implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down
4 changes: 2 additions & 2 deletions appsflyer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 19
targetSdkVersion 29
versionCode 1
versionName "0.0.1"
versionName "1.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand Down Expand Up @@ -52,7 +52,7 @@ publishing {
mavenJava(MavenPublication) {
groupId 'com.tealium.remotecommands'
artifactId 'appsflyer'
version '0.0.2'
version '1.0.0'
artifact("$buildDir/outputs/aar/appsflyer-release.aar")
}
}
Expand Down

0 comments on commit a5a0cd2

Please sign in to comment.