Skip to content

Commit

Permalink
Merge pull request #37 from hannesa2/mavenCentral
Browse files Browse the repository at this point in the history
mavenCentral()
  • Loading branch information
hannesa2 authored Oct 6, 2021
2 parents d66040b + 8c6e6a6 commit deb452a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
Expand All @@ -10,7 +10,7 @@ buildscript {

allprojects {
repositories {
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
google()
}
Expand Down
4 changes: 3 additions & 1 deletion sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.dd.morphingbutton.sample">

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
tools:ignore="AllowBackup">
<activity
android:name=".MainActivity"
android:exported="true"
Expand Down

0 comments on commit deb452a

Please sign in to comment.