Skip to content

Commit

Permalink
Rename group
Browse files Browse the repository at this point in the history
  • Loading branch information
wching committed Aug 17, 2020
1 parent 7d77e30 commit 5050c7b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions indefinitepagerindicator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'com.github.dcendents.android-maven'

group = 'com.ryanjeffreybrooks.androidpagerindicator'
group = 'com.ryanjeffreybrooks.IndefinitePagerIndicator'

android {
compileSdkVersion 26
Expand All @@ -17,14 +17,6 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

}

dependencies {
Expand Down

0 comments on commit 5050c7b

Please sign in to comment.