Skip to content

Commit

Permalink
Update targetSdkVersion of demo session app to appTargetSdkVersion
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 488884403
  • Loading branch information
tianyif authored and microkatz committed Nov 16, 2022
1 parent b4efd20 commit cfe36af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/session/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
versionName project.ext.releaseVersion
versionCode project.ext.releaseVersionCode
minSdkVersion project.ext.minSdkVersion
targetSdkVersion project.ext.targetSdkVersion
targetSdkVersion project.ext.appTargetSdkVersion
multiDexEnabled true
}

Expand Down

0 comments on commit cfe36af

Please sign in to comment.