Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
Also, since the Android Gradle Plugin 3.6.2 fixes the Moshi issue, use
that version for release.
  • Loading branch information
ahmedre committed Apr 6, 2020
1 parent 5c3d50a commit 1787f18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
defaultConfig {
minSdkVersion deps.android.build.minSdkVersion
targetSdkVersion deps.android.build.targetSdkVersion
versionCode 2990
versionName "2.9.9"
versionCode 3000
versionName "3.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down Expand Up @@ -146,7 +146,6 @@ dependencies {
implementation "com.squareup.okio:okio:2.4.3"
implementation "com.squareup.okhttp3:okhttp:${okhttpVersion}"

// remove metadata line from proguard.cfg upon updating to 1.9.3
implementation 'com.squareup.moshi:moshi:1.9.2'
kapt("com.squareup.moshi:moshi-kotlin-codegen:1.9.2")

Expand Down
3 changes: 0 additions & 3 deletions app/proguard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,3 @@
-keep interface com.squareup.moshi.** { *; }
-dontwarn com.squareup.moshi.**
-keep public class com.quran.labs.androidquran.dao.** { *; }

# temporary until Moshi 1.9.3 due to square/moshi#1049
-keep class kotlin.Metadata { *; }
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.0.0-beta03'
classpath 'com.android.tools.build:gradle:3.6.2'
classpath "io.fabric.tools:gradle:1.31.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "net.ltgt.gradle:gradle-errorprone-plugin:1.1.1"
Expand Down

0 comments on commit 1787f18

Please sign in to comment.