Skip to content

Commit

Permalink
Bump version (3.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-lam committed Mar 11, 2023
1 parent 28f9b0b commit 4b13d31
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle
Expand Up @@ -17,8 +17,8 @@ android {
applicationId 'com.b_lam.resplash'
minSdkVersion 21
targetSdkVersion 33
versionCode 60
versionName '3.4.0'
versionCode 61
versionName '3.4.1'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField("String", "RELEASE_APP_ID", localProperties['releaseAppId'])
buildConfigField("String", "RELEASE_SECRET", localProperties['releaseSecret'])
Expand Down Expand Up @@ -96,7 +96,7 @@ dependencies {
kapt 'androidx.room:room-compiler:2.5.0'

// Material components
implementation 'com.google.android.material:material:1.9.0-alpha01'
implementation 'com.google.android.material:material:1.9.0-alpha02'

// Billing
implementation 'com.android.billingclient:billing-ktx:5.1.0'
Expand Down Expand Up @@ -126,19 +126,19 @@ dependencies {
kapt 'com.github.bumptech.glide:compiler:4.13.2'

// Koin
implementation 'io.insert-koin:koin-android:3.2.0'
implementation 'io.insert-koin:koin-androidx-workmanager:3.2.0'
implementation 'io.insert-koin:koin-android:3.3.3'
implementation 'io.insert-koin:koin-androidx-workmanager:3.3.3'

// Firebase
implementation platform('com.google.firebase:firebase-bom:31.2.0')
implementation 'com.google.firebase:firebase-analytics-ktx:21.2.0'
implementation 'com.google.firebase:firebase-crashlytics:18.3.4'
implementation 'com.google.firebase:firebase-crashlytics:18.3.5'
implementation('com.google.firebase:firebase-inappmessaging-ktx:20.1.3', {
exclude group: 'io.grpc', module: 'grpc-okhttp'
})
// Workaround for https://github.com/firebase/firebase-android-sdk/issues/2642
implementation 'io.grpc:grpc-okhttp:1.50.2'
implementation 'com.google.firebase:firebase-firestore-ktx:24.4.3'
implementation 'io.grpc:grpc-okhttp:1.52.1'
implementation 'com.google.firebase:firebase-firestore-ktx:24.4.4'
implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'

// Play Core
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
@@ -1,16 +1,16 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.7.10'
ext.kotlin_version = '1.8.0'
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.1'
classpath 'com.google.android.gms:oss-licenses-plugin:0.10.5'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.1'
classpath 'com.google.gms:google-services:4.3.13'
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.google.android.gms:oss-licenses-plugin:0.10.6'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.4'
classpath 'com.google.gms:google-services:4.3.15'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 4b13d31

Please sign in to comment.