Skip to content

Commit f7b1ccd

Browse files
Updated up to 33 android
Signed-off-by: Aleksandr Vakhtin <alexandr@tari.com>
1 parent dd82e36 commit f7b1ccd

File tree

11 files changed

+253
-186
lines changed

11 files changed

+253
-186
lines changed

build.gradle

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = '1.5.31'
3+
ext {
4+
agp_version = '8.1.0-alpha09'
5+
}
6+
ext.kotlin_version = '1.8.10'
47
repositories {
58
google()
69
mavenCentral()
10+
maven { url "https://jitpack.io" }
711
}
812
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.0.4'
13+
classpath "com.android.tools.build:gradle:$agp_version"
1014
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1115

1216
// NOTE: Do not place your application dependencies here; they belong
@@ -18,7 +22,7 @@ allprojects {
1822
repositories {
1923
google()
2024
mavenCentral()
21-
jcenter()
25+
maven { url "https://jitpack.io" }
2226
}
2327
}
2428

gradle/wrapper/gradle-wrapper.jar

5.08 KB
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Dec 10 10:43:30 MSK 2021
1+
#Sun Mar 19 16:50:23 CET 2023
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
43
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
65
zipStoreBase=GRADLE_USER_HOME
6+
zipStorePath=wrapper/dists

gradlew

Lines changed: 172 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)