Skip to content

Commit

Permalink
[Version] 1.00.37
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercandj committed May 29, 2019
1 parent b844b54 commit 43ab5c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0-beta01'
classpath 'com.android.tools.build:gradle:3.5.0-beta02'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.2.0'

Expand Down Expand Up @@ -38,8 +38,8 @@ task clean(type: Delete) {

ext {
// Why 1_00_X_XX_XX? -> Previous support of density split
appVersionCode = 1_00_1_00_36
appVersionName = "1.00.36"
appVersionCode = 1_00_1_00_37
appVersionName = "1.00.37"

compileSdkVersion = 'android-Q'
buildToolsVersion = "28.0.3"
Expand Down
4 changes: 2 additions & 2 deletions config/play-store/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ pushd "$BASE_DIR"
rm -r "./app/build/outputs"
log_jump

log_d "Generate bundleRelease file ./config/play-store/build/app.aab\n\n"
log_d "Generate bundleRelease file ./config/play-store/build/app-release.aab\n\n"
bash ./gradlew app:bundleRelease
cp ./app/build/outputs/bundle/release/app.aab ./config/play-store/build/app.aab
cp ./app/build/outputs/bundle/release/app-release.aab ./config/play-store/build/app.aab
log_d "Generate bundleRelease ended\n\n"
log_jump

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import android.content.Context
import android.content.pm.PackageManager
import android.os.Build
import androidx.core.content.ContextCompat
import androidx.core.os.BuildCompat
import com.mercandalli.android.sdk.files.api.FileScopedStorageManager

class FileScopedStorageManagerImpl(
Expand Down

0 comments on commit 43ab5c6

Please sign in to comment.