Skip to content

Commit f5e39ce

Browse files
utzcozrlazo
andauthored
Update target to SDK 33 (#5150)
We need to update AXT core and AndroidX ext JUnit version to ensure using proper AXT dependency that export necessary Activities for higher target SDKs. This CL also disables lint for some sub-projets and anyone can remove it and fix warnings. Signed-off-by: utzcoz <[email protected]> Co-authored-by: Rodrigo Lazo <[email protected]>
1 parent bedde50 commit f5e39ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdkProperties.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
// limitations under the License.
1414

1515
ext {
16-
targetSdkVersion = 29
16+
targetSdkVersion = 33
1717
minSdkVersion = 14
1818
}

0 commit comments

Comments
 (0)