Skip to content

Commit

Permalink
Removed crap from manifest, updated support library.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrenderG committed Feb 7, 2017
1 parent 5dd571e commit 0d791b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
8 changes: 4 additions & 4 deletions toasty/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.GrenderG'
version = '1.1.2'
version = '1.1.3'

android {
compileSdkVersion 25
Expand All @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 25
versionCode 112
versionName "1.1.2"
versionCode 113
versionName "1.1.3"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand All @@ -26,5 +26,5 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:appcompat-v7:25.1.1'
}
10 changes: 1 addition & 9 deletions toasty/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="es.dmoral.toasty">

<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true">

</application>
<manifest package="es.dmoral.toasty">

</manifest>

0 comments on commit 0d791b5

Please sign in to comment.