Skip to content

Commit

Permalink
Update 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
d.eshenko committed Jul 25, 2023
1 parent 9f7f3da commit 085fd71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.cas_version = '3.2.0'
ext.cas_version = '3.2.1'
ext.kotlin_version = '1.8.20'
repositories {
google()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.cleveradssolutions.sampleapp;

import android.annotation.SuppressLint;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
Expand All @@ -26,6 +27,7 @@

import java.util.Objects;

@SuppressLint("SetTextI18n")
public class SampleActivity extends Activity {

@Override
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.cleveradssolutions.sampleapp

import android.annotation.SuppressLint
import android.app.Activity
import android.os.Bundle
import android.util.Log
Expand All @@ -8,12 +9,12 @@ import android.widget.Button
import android.widget.LinearLayout
import android.widget.TextView
import androidx.appcompat.app.AlertDialog
import com.cleveradssolutions.sdk.android.sampleapp.R
import com.cleversolutions.ads.*
import com.cleversolutions.ads.android.CAS
import com.cleversolutions.ads.android.CASBannerView


@SuppressLint("SetTextI18n")
class SampleActivity : Activity() {

override fun onCreate(savedInstanceState: Bundle?) {
Expand Down

0 comments on commit 085fd71

Please sign in to comment.