buildSrc/build.gradle.kts
author Da Risk <da_risk@geekorum.com>
Fri, 28 Oct 2022 12:19:20 -0400
changeset 908 bece7c37c49f
parent 905 b060790c4496
child 910 1598a2cdb888
permissions -rw-r--r--
build: update to RepositoryChangeset to be compatible with configuration cache
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
181
5ba798c38149 Add Missing license headers
Da Risk <da_risk@geekorum.com>
parents: 114
diff changeset
     1
/*
0
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     2
 * Geekttrss is a RSS feed reader application on the Android Platform.
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     3
 *
882
7a74abf66c49 update license headers
Da Risk <da_risk@geekorum.com>
parents: 868
diff changeset
     4
 * Copyright (C) 2017-2022 by Frederic-Charles Barthelery.
0
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     5
 *
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     6
 * This file is part of Geekttrss.
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     7
 *
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     8
 * Geekttrss is free software: you can redistribute it and/or modify
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     9
 * it under the terms of the GNU General Public License as published by
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    10
 * the Free Software Foundation, either version 3 of the License, or
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    11
 * (at your option) any later version.
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    12
 *
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    13
 * Geekttrss is distributed in the hope that it will be useful,
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    14
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    15
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    16
 * GNU General Public License for more details.
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    17
 *
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    18
 * You should have received a copy of the GNU General Public License
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    19
 * along with Geekttrss.  If not, see <http://www.gnu.org/licenses/>.
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    20
 */
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    21
plugins {
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    22
    `kotlin-dsl`
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    23
}
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    24
42
f4d342269f9f Update genymotion gradle plugin version
Da Risk <da_risk@geekorum.com>
parents: 40
diff changeset
    25
version = "1.0"
f4d342269f9f Update genymotion gradle plugin version
Da Risk <da_risk@geekorum.com>
parents: 40
diff changeset
    26
0
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    27
repositories {
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    28
    gradlePluginPortal()
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    29
    google()
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    30
}
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    31
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    32
dependencies {
908
bece7c37c49f build: update to RepositoryChangeset to be compatible with configuration cache
Da Risk <da_risk@geekorum.com>
parents: 905
diff changeset
    33
    implementation("com.android.tools.build:gradle:7.3.1")
790
3db0bf79efcd build: update to latest license checker plugin
Da Risk <da_risk@geekorum.com>
parents: 789
diff changeset
    34
    implementation("gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1")
883
1cd5e63f231c build: update dependencies
Da Risk <da_risk@geekorum.com>
parents: 882
diff changeset
    35
    implementation("com.github.triplet.gradle:play-publisher:3.7.0")
832
5ab2967b5391 build: fix compile issue with compose
Da Risk <da_risk@geekorum.com>
parents: 814
diff changeset
    36
    implementation("com.geekorum.gradle.avdl:flydroid:0.0.3")
5ab2967b5391 build: fix compile issue with compose
Da Risk <da_risk@geekorum.com>
parents: 814
diff changeset
    37
    // need to be added to work with compose  https://issuetracker.google.com/issues/195342732
901
f6bbad2c0417 build: update to kotlin 1.7.10
Da Risk <da_risk@geekorum.com>
parents: 900
diff changeset
    38
    implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
832
5ab2967b5391 build: fix compile issue with compose
Da Risk <da_risk@geekorum.com>
parents: 814
diff changeset
    39
883
1cd5e63f231c build: update dependencies
Da Risk <da_risk@geekorum.com>
parents: 882
diff changeset
    40
    // fix https://github.com/google/dagger/issues/3068
1cd5e63f231c build: update dependencies
Da Risk <da_risk@geekorum.com>
parents: 882
diff changeset
    41
    implementation("com.squareup:javapoet:1.13.0")
0
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    42
}