Skip to content

Commit

Permalink
One jar
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Nov 8, 2023
1 parent 30a6c5a commit 108063c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
buildscript {
ext.kotlin_version = '1.9.10'
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
Expand All @@ -8,7 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.github.hannesa2:gradle-one-jar:1.3"
classpath "com.github.hannesa2:gradle-one-jar:1.4"
}
}

Expand Down

0 comments on commit 108063c

Please sign in to comment.