Skip to content

Commit

Permalink
Fix Java build
Browse files Browse the repository at this point in the history
  • Loading branch information
d.eshenko committed Aug 21, 2023
1 parent 085fd71 commit 2287ae3
Show file tree
Hide file tree
Showing 2 changed files with 3 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.1'
ext.cas_version = '3.2.3'
ext.kotlin_version = '1.8.20'
repositories {
google()
Expand Down
3 changes: 2 additions & 1 deletion javaSample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<activity
android:name="com.cleveradssolutions.sampleapp.SampleActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:screenOrientation="fullSensor" />
android:screenOrientation="fullSensor"
android:exported="true" />

<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
Expand Down

0 comments on commit 2287ae3

Please sign in to comment.