Skip to content

Commit

Permalink
Merge pull request #38 from agrawalsuneet/dev
Browse files Browse the repository at this point in the history
Merge dev to master for 1.4.2 release
  • Loading branch information
agrawalsuneet committed Jan 10, 2020
2 parents b391301 + 52790cc commit dd1f2f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dotsloader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
ext {
PUBLISH_GROUP_ID = 'com.agrawalsuneet.androidlibs'
PUBLISH_ARTIFACT_ID = 'dotsloader'
PUBLISH_VERSION = '1.4.1'
PUBLISH_VERSION = '1.4.2'
}

configurations {
Expand All @@ -29,8 +29,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 15
versionName "1.4.1"
versionCode 16
versionName "1.4.2"
}
buildTypes {
release {
Expand Down
5 changes: 1 addition & 4 deletions dotsloader/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.agrawalsuneet.dotsloader">

<application android:allowBackup="true"
android:supportsRtl="true">

</application>
<application/>

</manifest>

0 comments on commit dd1f2f9

Please sign in to comment.