Skip to content

Commit

Permalink
Play billing 6.2.0
Browse files Browse the repository at this point in the history
Dynamic utils 4.6.1.
Dynamic support 6.4.0.
Implement circular progress indicators.
  • Loading branch information
pranavpandey committed Jul 25, 2024
1 parent 39acf17 commit 4d20fc1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ buildscript {
'minSdk' : 19,
'targetSdk' : 35,
'buildTools': '35.0.0',
'billing' : '6.0.1',
'dynamic' : '4.5.1',
'billing' : '6.2.0',
'dynamic' : '4.6.1',
'kotlin' : '1.9.24',
'support' : '6.3.0'
'support' : '6.4.0'
]

repositories {
Expand Down
10 changes: 5 additions & 5 deletions dynamic-billing/src/main/res/layout/adb_features_view.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2022 Pranav Pandey
Copyright 2022-2024 Pranav Pandey
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -50,11 +50,11 @@

</FrameLayout>

<com.pranavpandey.android.dynamic.support.widget.DynamicProgressBar
style="?android:attr/progressBarStyle"
<com.pranavpandey.android.dynamic.support.widget.DynamicCircularProgressIndicator
style="?attr/ads_widgetCircularProgressIndicator"
android:id="@+id/ads_progress"
android:layout_width="@dimen/ads_circular_progress_size"
android:layout_height="@dimen/ads_circular_progress_size"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center"
android:indeterminate="true"
Expand Down

0 comments on commit 4d20fc1

Please sign in to comment.