Skip to content

Commit

Permalink
v1.1.5 release (removed unnecessary import to R class, fixed mess up …
Browse files Browse the repository at this point in the history
…in proper package naming (i.e removed examle))
  • Loading branch information
Bhargav Mogra committed Jul 5, 2016
1 parent 80ad97e commit e494c93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 11
targetSdkVersion 23
versionCode 1
versionName "1.1.4"
versionName "1.1.5"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.podslider">
package="com.bhargavms.podslider">

<application android:allowBackup="true"
android:label="@string/app_name"
Expand Down
2 changes: 0 additions & 2 deletions library/src/main/java/com/bhargavms/podslider/PodSlider.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
import android.view.MotionEvent;
import android.view.View;

import com.example.podslider.R;

import java.lang.ref.WeakReference;

/**
Expand Down

0 comments on commit e494c93

Please sign in to comment.