Skip to content

Commit

Permalink
v1.6.0 Rollup
Browse files Browse the repository at this point in the history
*Version Bump to v1.6.0.
*Enable MultiDex for preLollipop devices.
  • Loading branch information
rayliverified committed Jul 4, 2018
1 parent 74a7810 commit 90d0b34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ android {
applicationId "stream.rocketnotes"
minSdkVersion 16
targetSdkVersion 28
versionCode 20
versionName "1.5.1"
versionCode 21
versionName "1.6.0"
multiDexEnabled true
}
buildTypes {
release {
Expand Down Expand Up @@ -37,7 +38,7 @@ dependencies {
}
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.github.searchy2:CustomPermissionsDialogue:1.9.0'
implementation 'com.github.searchy2:CustomAlertViewDialogue:2.4.0'
implementation 'com.github.searchy2:CustomAlertViewDialogue:2.4.2'
implementation 'com.github.searchy2:AndroidCrossPromotion:1.7.0'

implementation 'androidx.appcompat:appcompat:1.0.0-alpha3'
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>

<application
android:name="androidx.multidex.MultiDexApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
Expand Down

0 comments on commit 90d0b34

Please sign in to comment.