File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4+ compileSdk 33
45 defaultConfig {
56 applicationId " ru.coolsoft.iris2go"
67 minSdkVersion 19
78 targetSdkVersion 33
89 versionCode 1
9- versionName " 1.0 "
10+ versionName " 0.1 "
1011 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
1112 }
1213 buildTypes {
@@ -22,9 +23,13 @@ dependencies {
2223 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
2324 implementation ' androidx.appcompat:appcompat:1.6.1'
2425 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
25- implementation ' com.squareup.retrofit2:retrofit:2.3 .0'
26- implementation ' com.squareup.retrofit2:converter-simplexml:2.3 .0'
26+ implementation ' com.squareup.retrofit2:retrofit:2.9 .0'
27+ implementation ' com.squareup.retrofit2:converter-simplexml:2.9 .0'
2728 testImplementation ' junit:junit:4.13.2'
2829 androidTestImplementation ' androidx.test.ext:junit:1.1.5'
2930 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
31+
32+ configurations {
33+ all* . exclude group : ' xpp3' , module : ' xpp3'
34+ }
3035}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 mavenCentral()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:7.4.2 '
10+ classpath ' com.android.tools.build:gradle:8.1.0 '
1111
1212
1313 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 66# http://www.gradle.org/docs/current/userguide/build_environment.html
77# Specifies the JVM arguments used for the daemon process.
88# The setting is particularly useful for tweaking memory settings.
9+ android.defaults.buildfeatures.buildconfig =true
910android.enableJetifier =true
11+ android.nonFinalResIds =false
12+ android.nonTransitiveRClass =false
1013android.useAndroidX =true
1114org.gradle.jvmargs =-Xmx1536m
1215# When configured, Gradle will run in incubating parallel mode.
You can’t perform that action at this time.
0 commit comments