Skip to content

Commit

Permalink
Update to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pembem22 committed Nov 12, 2018
1 parent 29407b7 commit 01a6d4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'kotlin-android-extensions'

def versionMajor = 1
def versionMinor = 1
def versionPatch = 2
def versionPatch = 3

def props = new Properties()
props.load(new FileInputStream(rootProject.file("release.properties")))
Expand Down Expand Up @@ -39,6 +39,7 @@ android {
minifyEnabled true
shrinkResources true
zipAlignEnabled true
versionNameSuffix "release"
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}
Expand All @@ -50,12 +51,12 @@ dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

implementation 'com.google.firebase:firebase-core:16.0.4'
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.5'
implementation 'com.google.firebase:firebase-core:16.0.5'
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.6'

implementation 'androidx.core:core-ktx:1.0.0'
implementation 'androidx.core:core-ktx:1.0.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2'
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.preference:preference:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<string name="settings_source_code_title">Source code</string>
<string name="settings_source_code_summary">Tap to open in browser</string>
<string name="settings_app_version_title">App version</string>
<string name="settings_app_version_summary" translatable="false">1.1.2</string>
<string name="settings_app_version_summary" translatable="false">1.1.3</string>
<string name="speaker_left_channel">LEFT</string>
<string name="speaker_right_channel">RIGHT</string>
<string name="speaker_both_channel">STEREO</string>
Expand Down

0 comments on commit 01a6d4c

Please sign in to comment.