Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit f590c16

Browse files
andrebanCommit Bot
authored and
Commit Bot
committed
Removes the svgomg module
- The demo app has been moved to its own repo at https://github.com/GoogleChromeLabs/svgomg-twa/. - Updated Applicatio/build.gradle to use minSdkVersion 26, as the code inside it is using features that trigger invokedynamic. This is unrelated to the removal of svgomg. Change-Id: I8c892b661e4bf5bfcd136706b5c7acd8a98d3fcf Reviewed-on: https://chromium-review.googlesource.com/c/1412013 Reviewed-by: Peter Conn <[email protected]> Commit-Queue: Andre Bandarra <[email protected]>
1 parent e446d08 commit f590c16

27 files changed

+2
-443
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
/build
88
Application/build
99
customtabs/build
10-
svgomg/release
1110
/captures
1211
*.iml

Application/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
buildToolsVersion '26.0.2'
66
defaultConfig {
77
applicationId "org.chromium.customtabsclient.example"
8-
minSdkVersion 16
8+
minSdkVersion 26
99
targetSdkVersion 27
1010
versionCode 1
1111
versionName "1.0"

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':Application', ':demos', ':shared', ':svgomg', ":customtabs"
1+
include ':Application', ':demos', ':shared', ":customtabs"

svgomg/.gitignore

-1
This file was deleted.

svgomg/build.gradle

-40
This file was deleted.

svgomg/src/main/AndroidManifest.xml

-59
This file was deleted.

svgomg/src/main/ic_svgomg-web.png

-8.43 KB
Binary file not shown.

svgomg/src/main/res/drawable-v24/ic_launcher_foreground.xml

-34
This file was deleted.

svgomg/src/main/res/drawable/ic_launcher_background.xml

-170
This file was deleted.

svgomg/src/main/res/drawable/ic_svgomg_foreground.xml

-20
This file was deleted.

svgomg/src/main/res/layout/activity_twa_launcher.xml

-24
This file was deleted.

svgomg/src/main/res/mipmap-anydpi-v26/ic_svgomg.xml

-5
This file was deleted.

svgomg/src/main/res/mipmap-anydpi-v26/ic_svgomg_round.xml

-5
This file was deleted.
-1.04 KB
Binary file not shown.
Binary file not shown.
-846 Bytes
Binary file not shown.
Binary file not shown.
-1.47 KB
Binary file not shown.
Binary file not shown.
-2.12 KB
Binary file not shown.
Binary file not shown.
-2.95 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)