Skip to content

Commit df38e8c

Browse files
author
Niklas Bachmann
committed
Bump version
1 parent 8f381a6 commit df38e8c

File tree

338 files changed

+11619
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

338 files changed

+11619
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions

README.md

Lines changed: 2 additions & 2 deletions

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext.kotlin_version = '1.4.10'
5-
ext.pesdk_version = '8.0.9' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
5+
ext.pesdk_version = '8.1.0' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
66
repositories {
77
google()
88
jcenter()
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ This file is part of the PhotoEditor Software Development Kit.
4+
~
5+
~ Copyright (C) 2019 img.ly GmbH <contact@img.ly>
6+
~ All rights reserved.
7+
~
8+
~ Redistribution and use in source and binary forms, without
9+
~ modification, are permitted provided that the following license agreement
10+
~ is approved and a legal/financial contract was signed by the user.
11+
~
12+
~ The license agreement can be found under the following link:
13+
~
14+
~ https://www.photoeditorsdk.com/LICENSE.txt
15+
-->
16+
17+
18+
<selector xmlns:android="http://schemas.android.com/apk/res/android">
19+
<item android:state_selected="true"
20+
android:color="@color/imgly_text_color_active"/>
21+
<item android:color="@color/imgly_editor_text_color_secondary"/>
22+
</selector>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ This file is part of the PhotoEditor Software Development Kit.
4+
~
5+
~ Copyright (C) 2019 img.ly GmbH <contact@img.ly>
6+
~ All rights reserved.
7+
~
8+
~ Redistribution and use in source and binary forms, without
9+
~ modification, are permitted provided that the following license agreement
10+
~ is approved and a legal/financial contract was signed by the user.
11+
~
12+
~ The license agreement can be found under the following link:
13+
~
14+
~ https://www.photoeditorsdk.com/LICENSE.txt
15+
-->
16+
17+
18+
19+
<selector xmlns:android="http://schemas.android.com/apk/res/android">
20+
<item android:state_selected="true"
21+
android:color="@color/imgly_crop_icon_fill_color_active"/>
22+
<item android:color="@color/imgly_crop_icon_fill_color"/>
23+
</selector>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ This file is part of the PhotoEditor Software Development Kit.
4+
~
5+
~ Copyright (C) 2019 img.ly GmbH <contact@img.ly>
6+
~ All rights reserved.
7+
~
8+
~ Redistribution and use in source and binary forms, without
9+
~ modification, are permitted provided that the following license agreement
10+
~ is approved and a legal/financial contract was signed by the user.
11+
~
12+
~ The license agreement can be found under the following link:
13+
~
14+
~ https://www.photoeditorsdk.com/LICENSE.txt
15+
-->
16+
17+
18+
19+
<selector xmlns:android="http://schemas.android.com/apk/res/android">
20+
<item android:state_selected="true"
21+
android:color="@color/imgly_icon_color_active"/>
22+
<item android:color="@color/imgly_icon_color"/>
23+
</selector>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ This file is part of the PhotoEditor Software Development Kit.
4+
~
5+
~ Copyright (C) 2019 img.ly GmbH <contact@img.ly>
6+
~ All rights reserved.
7+
~
8+
~ Redistribution and use in source and binary forms, without
9+
~ modification, are permitted provided that the following license agreement
10+
~ is approved and a legal/financial contract was signed by the user.
11+
~
12+
~ The license agreement can be found under the following link:
13+
~
14+
~ https://www.photoeditorsdk.com/LICENSE.txt
15+
-->
16+
17+
18+
19+
<selector xmlns:android="http://schemas.android.com/apk/res/android">
20+
<item android:state_selected="true"
21+
android:color="@color/imgly_text_color_active"/>
22+
<item android:color="@color/imgly_editor_text_color_secondary"/>
23+
</selector>
769 Bytes
425 Bytes
538 Bytes

0 commit comments

Comments
 (0)