Skip to content

Commit

Permalink
Overflow problem in Settings Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mus2413 committed Mar 27, 2021
1 parent bae953a commit be53d29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 29
compileSdkVersion 28

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down Expand Up @@ -63,5 +63,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation platform('com.google.firebase:firebase-bom:26.6.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.android.gms:play-services-ads:19.8.0'
}
implementation 'com.google.android.gms:play-services-ads:19.7.0'
}
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ buildscript {

dependencies {
classpath 'com.google.gms:google-services:4.3.5'
classpath 'com.android.tools.build:gradle:4.0.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61"
classpath 'com.android.tools.build:gradle:4.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

Expand All @@ -29,4 +29,4 @@ subprojects {

task clean(type: Delete) {
delete rootProject.buildDir
}
}

0 comments on commit be53d29

Please sign in to comment.