Skip to content

Commit

Permalink
Merge pull request #53 from adjust/v4211
Browse files Browse the repository at this point in the history
Version 4.21.1
  • Loading branch information
uerceg authored May 4, 2020
2 parents e07983b + 4dc10bd commit 5b54f36
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### Version 4.21.1 (4th May 2020)
#### Fixed
- Removed iAd timer from iOS native SDK.

#### Native SDKs
- [[email protected]][ios_sdk_v4.21.3]
- [[email protected]][android_sdk_v4.21.1]

---

### Version 4.21.0 (10th April 2020)
#### Added
- Added support for Huawei App Gallery install referrer.
Expand Down Expand Up @@ -441,6 +451,7 @@
[ios_sdk_v4.17.1]: https://github.com/adjust/ios_sdk/tree/v4.17.1
[ios_sdk_v4.18.3]: https://github.com/adjust/ios_sdk/tree/v4.18.3
[ios_sdk_v4.21.1]: https://github.com/adjust/ios_sdk/tree/v4.21.1
[ios_sdk_v4.21.3]: https://github.com/adjust/ios_sdk/tree/v4.21.3

[android_sdk_v2.1.3]: https://github.com/adjust/android_sdk/tree/v2.1.3
[android_sdk_v2.1.4]: https://github.com/adjust/android_sdk/tree/v2.1.4
Expand Down
Binary file removed example/lib/Adjust-4.21.0.ane
Binary file not shown.
Binary file added example/lib/Adjust-4.21.1.ane
Binary file not shown.
2 changes: 1 addition & 1 deletion ext/android/sdk
Submodule sdk updated 25 files
+35 −0 Adjust/example-app-keyboard/build.gradle
+29 −0 Adjust/example-app-keyboard/proguard-rules.pro
+47 −0 Adjust/example-app-keyboard/src/main/AndroidManifest.xml
+194 −0 Adjust/example-app-keyboard/src/main/java/com/adjust/examples/keyboard/GlobalApplication.java
+127 −0 Adjust/example-app-keyboard/src/main/java/com/adjust/examples/keyboard/KeyboardInputMethodService.java
+90 −0 Adjust/example-app-keyboard/src/main/java/com/adjust/examples/keyboard/MainActivity.java
+19 −0 Adjust/example-app-keyboard/src/main/res/layout/activity_main.xml
+10 −0 Adjust/example-app-keyboard/src/main/res/layout/key_preview.xml
+9 −0 Adjust/example-app-keyboard/src/main/res/layout/keyboard_view.xml
+ Adjust/example-app-keyboard/src/main/res/mipmap-hdpi/ic_launcher.png
+ Adjust/example-app-keyboard/src/main/res/mipmap-mdpi/ic_launcher.png
+ Adjust/example-app-keyboard/src/main/res/mipmap-xhdpi/ic_launcher.png
+ Adjust/example-app-keyboard/src/main/res/mipmap-xxhdpi/ic_launcher.png
+6 −0 Adjust/example-app-keyboard/src/main/res/values-w820dp/dimens.xml
+10 −0 Adjust/example-app-keyboard/src/main/res/values/colors.xml
+5 −0 Adjust/example-app-keyboard/src/main/res/values/dimens.xml
+6 −0 Adjust/example-app-keyboard/src/main/res/values/strings.xml
+8 −0 Adjust/example-app-keyboard/src/main/res/values/styles.xml
+28 −0 Adjust/example-app-keyboard/src/main/res/xml/keyboard.xml
+4 −0 Adjust/example-app-keyboard/src/main/res/xml/method.xml
+1 −1 Adjust/settings.gradle
+2 −1 README.md
+5 −0 doc/chinese/README.md
+5 −0 doc/japanese/README.md
+5 −0 doc/korean/README.md
2 changes: 1 addition & 1 deletion test/app/Main.as
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package {
public class Main extends Sprite {
// Android: Make sure to use HTTPS with port 8443 with a physical device.
// iOS: Make sure to use HTTP with port 8080 with a physical device.
public static var ipAddress:String = '192.168.86.28';
public static var ipAddress:String = '192.168.86.32';
public static var baseUrl:String = 'https://' + ipAddress + ':8443';
public static var gdprUrl:String = 'https://' + ipAddress + ':8443';
public static var controlUrl:String = 'ws://' + ipAddress + ':1987';
Expand Down
Binary file removed test/app/lib/AdjustTest-4.21.0.ane
Binary file not shown.
Binary file added test/app/lib/AdjustTest-4.21.1.ane
Binary file not shown.
Binary file modified test/plugin/ios/AdjustTestLibrary.framework/AdjustTestLibrary
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 5b54f36

Please sign in to comment.