Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 52f0036

Browse files
author
max-mironov
committed
2 parents 9e24450 + ea9496d commit 52f0036

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Examples/CodePushDemoApp/windows/CodePushDemoApp/CodePushDemoApp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@
183183
<AppxManifest Include="Package.appxmanifest">
184184
<SubType>Designer</SubType>
185185
</AppxManifest>
186-
<None Include="CodePushDemoApp_TemporaryKey.pfx" />
187186
</ItemGroup>
188187
<ItemGroup>
189188
<Content Include="Properties\Default.rd.xml" />
Binary file not shown.

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: "com.android.library"
22

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion "25.0.2"
4+
compileSdkVersion 23
5+
buildToolsVersion "23.0.3"
66

77
defaultConfig {
88
minSdkVersion 16

0 commit comments

Comments
 (0)