Skip to content

Commit

Permalink
Update sdk and remove application theme
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Dec 11, 2024
1 parent 0f7ad42 commit ec00ab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sample-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ if (localPropertiesFile.exists()) {

android {
namespace 'com.github.takahirom.roborazzi.sample'
compileSdk 34
compileSdk 35

defaultConfig {
minSdk 21
targetSdk 32
targetSdk 35
versionCode 1
versionName "1.0"

Expand Down
1 change: 0 additions & 1 deletion sample-android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Roborazzi"
tools:targetApi="31"
>
<activity
Expand Down

0 comments on commit ec00ab4

Please sign in to comment.