Skip to content

Commit

Permalink
libraryVersion = '1.1' (first)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pulimet committed Sep 5, 2017
1 parent 2c1253f commit b859265
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 10 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ dependencies {
})

compile 'net.alexandroid.utils:shpref:1.5'


compile project(':indicators')
}
7 changes: 0 additions & 7 deletions indicators/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ android {
versionCode 1
versionName "1.0"

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

}

buildTypes {
Expand All @@ -52,11 +50,6 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:26.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.1', {
exclude group: 'com.android.support', module: 'support-annotations'
})

}


Expand Down
3 changes: 1 addition & 2 deletions indicators/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.alexandroid.utils.indicators"/>
<manifest package="net.alexandroid.utils.indicators"/>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/colorPrimary"/>
<solid android:color="#3F51B5"/>
<stroke
android:width="0.5dp"
android:color="#77555555"/>
Expand Down
File renamed without changes.

0 comments on commit b859265

Please sign in to comment.