Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/AndroidProjectSystem.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions auth-legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ ext {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
api project(":core")
}

apply from: "$rootDir/bintray/install-bintray.gradle"
apply from: "$rootDir/bintray/config-bintray.gradle"
}
5 changes: 1 addition & 4 deletions auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ ext {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
api project(":core")
}

apply from: "$rootDir/bintray/install-bintray.gradle"
apply from: "$rootDir/bintray/config-bintray.gradle"
}
41 changes: 0 additions & 41 deletions bintray/config-bintray.gradle

This file was deleted.

50 changes: 0 additions & 50 deletions bintray/install-bintray.gradle

This file was deleted.

2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$libraryVersions.kotlin"

classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:$pluginVersions.bintray"
classpath "com.github.dcendents:android-maven-gradle-plugin:$pluginVersions.androidmaven"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
12 changes: 8 additions & 4 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply from: '../android-config.gradle'

android {
lintOptions {
abortOnError false
}
}

ext {
package_id = 'Core'
artifact_id = 'core'
Expand All @@ -13,7 +19,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$libraryVersions.kotlin"
implementation "androidx.appcompat:appcompat:$libraryVersions.appcompat"
implementation "androidx.core:core-ktx:$libraryVersions.androidx"
}

apply from: "$rootDir/bintray/install-bintray.gradle"
apply from: "$rootDir/bintray/config-bintray.gradle"
implementation "androidx.constraintlayout:constraintlayout:1.1.3"
}
6 changes: 6 additions & 0 deletions gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

5 changes: 5 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
jdk:
- openjdk8
gradle:
wrapper: true