Skip to content

Commit

Permalink
fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
abduelrahman committed Jul 28, 2020
1 parent c4ef574 commit df3c332
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {

```groovy
implementation 'com.github.am-Leon:LeonImageView:v1.1.3'
implementation 'com.github.am-Leon:LeonImageView:v1.1.4'
```

Expand Down
1 change: 1 addition & 0 deletions app/src/main/java/am/leon/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ private void viewInit() {
private List<Media> getImagesList() {
List<Media> mediaList = new ArrayList<>();

mediaList.add(new Media("https://api.alber.solutionplus.net/storage/photos/services/qW2b0SVEUjrANbsreOyd.jpg", Media.TYPE_PHOTO));
mediaList.add(new Media("https://brands.solutionplus.net/storage/photos/configs/blue-note-863135.jpeg", Media.TYPE_PHOTO));
mediaList.add(new Media("https://brands.solutionplus.net/storage/photos/configs/blue-ocean-large-876999.jpeg", Media.TYPE_PHOTO));
mediaList.add(new Media("https://www.youtube.com/watch?v=kRT9nSMCdZk", Media.TYPE_VIDEO));
Expand Down
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ buildscript {
repositories {
google()
jcenter()

}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:4.0.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -18,7 +17,6 @@ allprojects {
repositories {
google()
jcenter()

}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jan 29 10:43:04 EET 2020
#Sun Jul 12 17:24:19 EET 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
2 changes: 1 addition & 1 deletion leon/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-keep class am.leon.** { *; }
-keep class am.leon.Media { *; }

0 comments on commit df3c332

Please sign in to comment.