-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89c3d39
commit 1374082
Showing
16 changed files
with
223 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,4 @@ android.iml | |
build | ||
*.iml | ||
local.properties | ||
.DS_Store | ||
*/.DS_Store | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,25 @@ | ||
apply plugin: 'io.github.gradle-nexus.publish-plugin' | ||
apply plugin: 'org.jetbrains.dokka' | ||
//apply plugin: 'io.github.gradle-nexus.publish-plugin' | ||
//apply plugin: 'org.jetbrains.dokka' | ||
// | ||
//buildscript { | ||
// | ||
// repositories { | ||
// maven { url "https://plugins.gradle.org/m2/" } | ||
// google() | ||
// mavenCentral() | ||
// } | ||
// dependencies { | ||
// classpath 'com.android.tools.build:gradle:7.4.2' | ||
// classpath "io.github.gradle-nexus:publish-plugin:1.1.0" | ||
// classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.4.30" | ||
// } | ||
//} | ||
|
||
buildscript { | ||
|
||
repositories { | ||
maven { url "https://plugins.gradle.org/m2/" } | ||
google() | ||
mavenCentral() | ||
} | ||
dependencies { | ||
classpath 'com.android.tools.build:gradle:4.1.3' | ||
classpath "io.github.gradle-nexus:publish-plugin:1.1.0" | ||
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.4.30" | ||
} | ||
} | ||
|
||
allprojects { | ||
repositories { | ||
google() | ||
jcenter() | ||
} | ||
} | ||
|
||
task clean(type: Delete) { | ||
delete rootProject.buildDir | ||
// Top-level build file where you can add configuration options common to all sub-projects/modules. | ||
plugins { | ||
id 'com.android.application' version '8.0.0' apply false | ||
id 'com.android.library' version '8.0.0' apply false | ||
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false | ||
} | ||
|
||
apply from: "${rootDir}/publish/nexus.gradle" | ||
//apply from: "${rootDir}/publish/nexus.gradle" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#Tue Oct 13 16:02:13 EEST 2020 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip |
Oops, something went wrong.