Skip to content

Commit

Permalink
Fix build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalniski committed Aug 25, 2022
1 parent b986e3f commit a9febe1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ if (android.productFlavors.size() > 0) {
}

android {
compileSdkVersion 29
compileSdkVersion 32
buildToolsVersion "30.0.3"

defaultConfig {
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 32
}

buildTypes {
Expand All @@ -71,7 +71,7 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.code.findbugs:jsr305:3.0.2'

api project(':core')
Expand Down
4 changes: 2 additions & 2 deletions android_sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("com.android.application")
id "org.jetbrains.kotlin.android" version "1.7.10"
id("org.jetbrains.kotlin.android.extensions") version "1.7.10"
id "org.jetbrains.kotlin.android" version "1.6.0-RC"
id("org.jetbrains.kotlin.android.extensions") version "1.5.30"
}

repositories {
Expand Down

0 comments on commit a9febe1

Please sign in to comment.