Skip to content

Commit

Permalink
feat: update library name (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingzhuozhen authored Mar 31, 2022
1 parent ae84619 commit 309976d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
PUBLISH_DESCRIPTION = 'Amplitude Kotlin client-side SDK for Android'
PUBLISH_GROUP_ID = 'com.amplitude'
PUBLISH_VERSION = '0.1.0'
PUBLISH_ARTIFACT_ID = 'amplitude-android'
PUBLISH_ARTIFACT_ID = 'analytics-android'
}

apply from: "${rootDir}/gradle/publish-module.gradle"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class AndroidContextPlugin : Plugin {

companion object {
const val PLATFORM = "Android"
const val SDK_LIBRARY = "amplitude-android-kotlin"
const val SDK_LIBRARY = "amplitude-analytics-android"
const val SDK_VERSION = BuildConfig.AMPLITUDE_VERSION
private val INVALID_DEVICE_IDS = setOf("", "9774d56d682e549c", "unknown", "000000000000000", "Android", "DEFACE", "00000000-0000-0000-0000-000000000000")
fun validDeviceId(deviceId: String): Boolean {
Expand Down

0 comments on commit 309976d

Please sign in to comment.