Skip to content

Commit

Permalink
chore: changed v2 dependencies to dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdebs committed Oct 16, 2023
1 parent 99f6d7a commit e2f239b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 33
compileSdk 33
defaultConfig {
minSdkVersion 19
targetSdkVersion 33
Expand Down Expand Up @@ -44,10 +44,10 @@ dependencies {
implementation 'androidx.annotation:annotation:1.6.0'


implementation ('com.rudderstack.android.sdk:rudderreporter:0.3.0')
implementation ('com.rudderstack.android.sdk:rudderreporter:0.3.+')
// implementation(project(path: ':rudderreporter'))
// implementation(project(path: ':gsonrudderadapter'))
implementation 'com.rudderstack.kotlin.sdk:gsonrudderadapter:0.2.0'
implementation 'com.rudderstack.kotlin.sdk:gsonrudderadapter:0.2.+'

// required for new life cycle methods
compileOnly 'androidx.lifecycle:lifecycle-process:2.6.1'
Expand Down

0 comments on commit e2f239b

Please sign in to comment.