Skip to content

Commit

Permalink
fix to support android-12+
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeopt committed Jan 18, 2022
1 parent d45f70e commit 769a220
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ allprojects {
}

ext {
compile_sdk_version = 29
build_tools_version = "29.0.3"
compile_sdk_version = 32
build_tools_version = "30.0.2"
min_sdk_version = 14
target_sdk_version = 29
target_sdk_version = 32
java_core_ver = "3.10.0"
android_logger_ver = "1.3.6"
jacksonversion= "2.11.2"
Expand All @@ -76,7 +76,7 @@ ext {
gson_ver = "2.8.6"
group_id = "com.optimizely.ab"
androidx_test = "1.1.1"
work_runtime = "2.5.0"
work_runtime = "2.7.1"
}

task clean(type: Delete) {
Expand Down
1 change: 1 addition & 0 deletions test-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

<activity
android:name=".SplashScreenActivity"
android:exported="true"
android:theme="@style/SplashTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit 769a220

Please sign in to comment.