Skip to content

Commit 7db8eca

Browse files
committed
Development commit
Upgraded Gradle. Updated all internal dependencies. Set default proguard rules to proguard-android-optimize.txt.
1 parent 261bde5 commit 7db8eca

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ android {
1010
minSdkVersion 21
1111
targetSdkVersion 31
1212
multiDexEnabled true
13-
versionCode 19
13+
versionCode 25
1414
vectorDrawables.useSupportLibrary = true
15-
versionName "1.2.8"
15+
versionName "1.2.9"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818

@@ -24,12 +24,12 @@ android {
2424
debug {
2525
debuggable true
2626
minifyEnabled true
27-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
27+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2828
}
2929
release {
3030
debuggable false
3131
minifyEnabled true
32-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
32+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
3333
}
3434
}
3535

@@ -51,6 +51,6 @@ dependencies {
5151
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
5252
testImplementation 'junit:junit:4.13.2'
5353
androidTestImplementation 'androidx.test:runner:1.4.0'
54-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3"
54+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0"
5555
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
5656
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.0.3'
10+
classpath 'com.android.tools.build:gradle:7.0.4'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

0 commit comments

Comments
 (0)