Skip to content

Commit

Permalink
Library name update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafał committed May 23, 2019
1 parent 16d0a73 commit 5ee8d32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ allprojects {

ext {

publishedGroupId = 'com.devstruktor.coroutinePermissions'
artifact = 'coroutinePermissions'
publishedGroupId = 'com.devstruktor.coroutinePermission'
artifact = 'coroutinePermission'
libraryName = 'CoroutinePermission'
libraryVersion = '2.2.0'

Expand Down
3 changes: 3 additions & 0 deletions coroutine_permission/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'kotlin-android'

group = publishedGroupId
version = libraryVersion

android {
compileSdkVersion 28

Expand Down

0 comments on commit 5ee8d32

Please sign in to comment.