Skip to content

Commit

Permalink
release: 1.0.2 beta01 (#63)
Browse files Browse the repository at this point in the history
* fix: remove end line from zone id

* chore: update Tapsell logo

* chore: add toolbar to show each page title

* chore: redesign native ad layout

* chore: update SDK to 1.0.1-beta01
  • Loading branch information
MortezaNedaei authored Nov 5, 2024
1 parent 4de62f9 commit 281782d
Show file tree
Hide file tree
Showing 87 changed files with 179 additions and 775 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[versions]
agp = "8.6.1"
kotlin = "2.0.20"
core-ktx = "1.13.1"
core-ktx = "1.15.0"
junit = "4.13.2"
androidx-test-ext-junit = "1.2.1"
espresso-core = "3.6.1"
appcompat = "1.7.0"
leakcanary = "2.14"
material = "1.12.0"
constraintlayout = "2.1.4"
navigation-fragment-ktx = "2.8.2"
constraintlayout = "2.2.0"
navigation-fragment-ktx = "2.8.3"
google-appset = "16.1.0"
google-ads-identifier = "18.1.0"
tapsell = "1.0.1-beta09"
lifecycle-livedata-ktx = "2.8.6"
lifecycle-viewmodel-ktx = "2.8.6"
lifecycle-runtime-ktx = "2.8.6"
activity = "1.9.2"
activity-compose = "1.9.2"
compose-bom = "2024.09.03"
tapsell = "1.0.2-beta01"
lifecycle-livedata-ktx = "2.8.7"
lifecycle-viewmodel-ktx = "2.8.7"
lifecycle-runtime-ktx = "2.8.7"
activity = "1.9.3"
activity-compose = "1.9.3"
compose-bom = "2024.10.01"
coil = "2.6.0"
appium = "9.3.0"

Expand Down
4 changes: 2 additions & 2 deletions sample-java/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/tapsell"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@drawable/tapsell_round"
android:supportsRtl="true"
android:theme="@style/Theme.TapsellSample">
<activity
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 0 additions & 30 deletions sample-java/src/main/res/drawable-v24/ic_launcher_foreground.xml

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
170 changes: 0 additions & 170 deletions sample-java/src/main/res/drawable/ic_launcher_background.xml

This file was deleted.

6 changes: 0 additions & 6 deletions sample-java/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed sample-java/src/main/res/mipmap-mdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions sample-jetpack-compose/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/tapsell"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@drawable/tapsell_round"
android:supportsRtl="true"
android:theme="@style/Theme.TapsellSample">
<activity
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 281782d

Please sign in to comment.