Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
LDRAlighieri committed Aug 13, 2019
2 parents f4cf2ef + b3df1d8 commit c279829
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This library is for Android applications only. Help you to transform Android UI
Coming soon.


## Missed or forgot something
## Missed or forgot something?

If I forgot something or you have any ideas what can be added or corrected, please create an issue or contact me directly. I am interested in making this library better.

Expand Down
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ buildscript {

buildConfig = [
'compileSdk': 28,
'minSdk': 14,
'versionCode': 1,
'versionName': "0.14.0"
'minSdk': 14
]
}

Expand Down Expand Up @@ -113,6 +111,9 @@ allprojects {

subprojects {

group = GROUP
version = VERSION_NAME

apply plugin: 'com.diffplug.gradle.spotless'
spotless {
kotlin {
Expand Down
2 changes: 2 additions & 0 deletions corbind-appcompat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ dependencies {

api deps.androidx.appCompat
}

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
2 changes: 2 additions & 0 deletions corbind-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ dependencies {

api deps.androidx.core
}

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
4 changes: 2 additions & 2 deletions corbind-core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
#


POM_ARTIFACT_ID=corbind-drawerlayout
POM_NAME=Corbind (drawerlayout)
POM_ARTIFACT_ID=corbind-core
POM_NAME=Corbind (core)
POM_PACKAGING=aar
2 changes: 2 additions & 0 deletions corbind-drawerlayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ dependencies {

api deps.androidx.drawerLayout
}

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
4 changes: 2 additions & 2 deletions corbind-drawerlayout/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
#


POM_ARTIFACT_ID=corbind-core
POM_NAME=Corbind (core)
POM_ARTIFACT_ID=corbind-drawerlayout
POM_NAME=Corbind (drawerlayout)
POM_PACKAGING=aar
2 changes: 2 additions & 0 deletions corbind-leanback/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ dependencies {

api deps.androidx.leanback
}

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
2 changes: 2 additions & 0 deletions corbind-material/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ dependencies {

api deps.material
}

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
2 changes: 2 additions & 0 deletions corbind-recyclerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ dependencies {

api deps.androidx.recyclerView
}

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
2 changes: 2 additions & 0 deletions corbind-slidingpanelayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ dependencies {

api deps.androidx.slidingPaneLayout
}

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
2 changes: 2 additions & 0 deletions corbind-swiperefreshlayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ dependencies {

api deps.androidx.swipeRefreshLayout
}

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
2 changes: 2 additions & 0 deletions corbind-viewpager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ dependencies {

api deps.androidx.viewPager
}

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
2 changes: 2 additions & 0 deletions corbind/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ dependencies {

api deps.androidx.annotation
}

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
2 changes: 1 addition & 1 deletion gradle/gradle-mvn-push.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Vladimir Raupov
* Copyright 2013 Chris Banes
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit c279829

Please sign in to comment.