Skip to content

Commit

Permalink
Add README.md File
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Harsoda committed Jan 4, 2022
1 parent 20bb9b7 commit 31ef7f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Android Ads code that is required in every app of Vasundhara Infotech [Vasundhar
}
dependencies {
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.github.vickypathak123:Android-Ads-Helper:latest_build_version'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.github.vickypathak123:Android-Ads-Helper:latest_build_version'
}
```

Expand Down
2 changes: 1 addition & 1 deletion adshelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ afterEvaluate {

groupId = 'com.github.vickypathak123'
artifactId = 'Android-Ads-Helper'
version = '1.1.0'
version = '1.1.1'
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="?attr/native_ads_background_color"
android:minHeight="50dp"
android:orientation="vertical">
android:minHeight="50dp">

<TextView
android:id="@+id/txt_ad"
Expand Down

0 comments on commit 31ef7f1

Please sign in to comment.