Skip to content

Commit

Permalink
gradle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tatocaster committed Jun 17, 2019
1 parent 86c24d1 commit 232aeac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

implementation 'com.github.tatocaster:StepView:1.0.0'
implementation project(':stepview')
implementation libraries.appcompat
implementation libraries.corektx
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
Expand Down
2 changes: 1 addition & 1 deletion stepview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'

apply plugin: 'com.github.dcendents.android-maven'

group='com.github.tatocaster'
group = 'com.github.tatocaster'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down

0 comments on commit 232aeac

Please sign in to comment.