Skip to content

Commit 0cab8ac

Browse files
committed
Update 3.1.6
1 parent 89e65d0 commit 0cab8ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+382
-676
lines changed
File renamed without changes.

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# CleverAdsSolutions-Android SDK Integration
2-
[![Bintray](https://img.shields.io/maven-central/v/com.cleveradssolutions/cas-sdk)](https://github.com/cleveradssolutions/CAS-Android/releases)
1+
# CAS.AI SDK for Android
2+
[![maven](https://img.shields.io/maven-central/v/com.cleveradssolutions/cas-sdk)](https://github.com/cleveradssolutions/CAS-Android/releases)
33
[![App-ads.txt](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/cleveradssolutions/App-ads.txt/master/Shield.json)](https://github.com/cleveradssolutions/App-ads.txt)
44

5-
## Getting Started
6-
To get started, here is the link to [Android SDK integration documentation](https://github.com/cleveradssolutions/CAS-Android/wiki/Project-Setup).
5+
## Documentation
6+
Check out our [developers wiki](https://github.com/cleveradssolutions/CAS-Android/wiki/Project-Setup) for documentation on using the CAS.AI SDK.
7+
8+
## Examples
9+
This repository contains open source examples and developer resources for both the Kotlin(kotlinSample) and Java(javaSample) implementations of the CAS.AI SDK.
710

811
## GitHub issue tracker
912
To file bugs, make feature requests, or suggest improvements for the Android SDK, please use [GitHub's issue tracker](https://github.com/cleveradssolutions/CAS-Android/issues).

build.gradle

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2+
3+
buildscript {
4+
ext.cas_version = '3.1.6'
5+
ext.kotlin_version = '1.7.22'
6+
repositories {
7+
google()
8+
mavenCentral()
9+
}
10+
dependencies {
11+
classpath 'com.android.tools.build:gradle:7.2.2'
12+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13+
// NOTE: Do not place your application dependencies here; they belong
14+
// in the individual module build.gradle files
15+
}
16+
}
17+
18+
task clean(type: Delete) {
19+
delete rootProject.buildDir
20+
}

kotlin/gradle.properties renamed to gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# http://www.gradle.org/docs/current/userguide/build_environment.html
77
# Specifies the JVM arguments used for the daemon process.
88
# The setting is particularly useful for tweaking memory settings.
9-
org.gradle.jvmargs=-Xmx1536m
9+
org.gradle.jvmargs=-Xmx4608m
1010
# When configured, Gradle will run in incubating parallel mode.
1111
# This option should only be used with decoupled projects. More details, visit
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

java/app/src/main/res/layout/activity_main.xml

Lines changed: 0 additions & 147 deletions
This file was deleted.

java/build.gradle

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)