Skip to content

Commit

Permalink
SDK Version 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Ha committed May 14, 2014
1 parent 3a38cb6 commit 8796361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/AppNexusSDKApp/AppNexusSDKApp/AppNexusSDKApp.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.135</string>
<string>1.16</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -36,7 +36,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>7</string>
<string>8</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
Expand Down
2 changes: 1 addition & 1 deletion sdk/internal/ANGlobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define AN_ERROR_TABLE @"errors"

#define AN_DEFAULT_PLACEMENT_ID @"default_placement_id"
#define AN_SDK_VERSION @"1.15"
#define AN_SDK_VERSION @"1.16"

#define APPNEXUS_BANNER_SIZE CGSizeMake(320, 50)
#define APPNEXUS_MEDIUM_RECT_SIZE CGSizeMake(300, 250)
Expand Down

0 comments on commit 8796361

Please sign in to comment.