Skip to content

Commit

Permalink
Upgrade to targetSdk 33 (#906)
Browse files Browse the repository at this point in the history
Change-Id: Ie317a6503cb2b837e3d33d69d0d7f4671ff9e85c
  • Loading branch information
ithinkihaveacat authored Sep 19, 2023
1 parent 2b004d8 commit 6a76177
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions ComposeAdvanced/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@ android {
defaultConfig {
applicationId "com.example.android.wearable.composeadvanced"
minSdk 26
targetSdk 30
targetSdk 33
versionCode 1
versionName "1.0"

applicationId "com.example.android.wearable.composeadvanced"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

def mapsApiKey = localProperties.getProperty("mapsApiKey", "")
Expand Down
2 changes: 1 addition & 1 deletion ComposeStarter/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
defaultConfig {
applicationId "com.example.android.wearable.composestarter"
minSdk 26
targetSdk 30
targetSdk 33
versionCode 1
versionName "1.0"
}
Expand Down
3 changes: 1 addition & 2 deletions ComposeStarter/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
limitations under the License.
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.wearable.composestarter">
xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.WAKE_LOCK" />

Expand Down

0 comments on commit 6a76177

Please sign in to comment.