Skip to content

Dev/update libs #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -13,12 +13,11 @@

This Is Latest Release

$version_release = 1.0.2
$version_release = 1.1.0

What's New??

* Android Code Helper *
* Extension Helper From Frogo Sdk Tools *
* Feature Drop, Delete Feature fetch public API *

## Download this project

@@ -55,7 +54,7 @@ allprojects {
```groovy
dependencies {
// library deltadox-android
implementation 'com.github.deltadox:deltadox-android:1.0.2'
implementation 'com.github.deltadox:deltadox-android:1.1.0'
}
```

@@ -64,14 +63,14 @@ dependencies {
```groovy
dependencies {
// library deltadox-android
implementation("com.github.deltadox:deltadox-android:1.0.2")
implementation("com.github.deltadox:deltadox-android:1.1.0")
}
```

#### <Option 3> libs.versions.toml
```yml
[versions]
deltadoxAndroid = "1.0.2"
deltadoxAndroid = "1.1.0"

[libraries]
deltadox-android = { group = "com.github.deltadox", name = "deltadox-android", version.ref = "deltadoxAndroid" }
1 change: 0 additions & 1 deletion ad-admob/.gitignore

This file was deleted.

101 changes: 0 additions & 101 deletions ad-admob/build.gradle.kts

This file was deleted.

21 changes: 0 additions & 21 deletions ad-admob/proguard-rules.pro

This file was deleted.

92 changes: 0 additions & 92 deletions ad-core/build.gradle.kts

This file was deleted.

Empty file removed ad-core/consumer-rules.pro
Empty file.
4 changes: 0 additions & 4 deletions ad-core/src/main/AndroidManifest.xml

This file was deleted.

1 change: 0 additions & 1 deletion ad-general/.gitignore

This file was deleted.

Empty file removed ad-general/consumer-rules.pro
Empty file.
21 changes: 0 additions & 21 deletions ad-general/proguard-rules.pro

This file was deleted.

4 changes: 0 additions & 4 deletions ad-general/src/main/AndroidManifest.xml

This file was deleted.

1 change: 0 additions & 1 deletion ad-unityad/.gitignore

This file was deleted.

Loading