Skip to content

Commit

Permalink
Merge pull request #13 from cafebazaar/dev
Browse files Browse the repository at this point in the history
Merge dev branch into main branch
  • Loading branch information
hbazargan authored Jan 3, 2022
2 parents ef749bb + a521fef commit 5ed368e
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 309 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To start working with ReferrerSDK, you need to add its dependency into your `bui
### Dependency
```groovy
dependencies {
implementation "com.github.cafebazaar.referrersdk:referrersdk:[latest_version]"
implementation "com.github.cafebazaar:referrersdk:[latest_version]"
}
```

Expand Down
6 changes: 3 additions & 3 deletions Referrer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdk buildVersions.minSdkVersion
targetSdk buildVersions.targetSdkVersion
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.2"
}

buildTypes {
Expand All @@ -30,7 +30,7 @@ android {
}

dependencies {
api project(":ServiceBase")
api 'com.github.cafebazaar:ServiceBase:1.0.0'
implementation "androidx.core:core-ktx:${libraryVersions.corektx}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${libraryVersions.coroutines}"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ internal class ReferrerClientImpl(private val applicationContext: Application) :
}

internal companion object {
const val SUPPORTED_BAZAAR_CLIENT_VERSION = 1400600L
const val SUPPORTED_BAZAAR_CLIENT_VERSION = 1700300L
const val KEY_PACKAGE_NAME = "package_name"
const val SERVICE_NAME =
"com.farsitel.bazaar.referrerprovider.ReferrerProviderServiceImpl"
Expand Down
1 change: 0 additions & 1 deletion ServiceBase/.gitignore

This file was deleted.

34 changes: 0 additions & 34 deletions ServiceBase/build.gradle

This file was deleted.

2 changes: 0 additions & 2 deletions ServiceBase/src/main/AndroidManifest.xml

This file was deleted.

165 changes: 0 additions & 165 deletions ServiceBase/src/main/java/com/cafebazaar/servicebase/Client.kt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "ReferrerSDK"
include ':app'
include ':Referrer'
include ':ServiceBase'

0 comments on commit 5ed368e

Please sign in to comment.