Skip to content

Commit

Permalink
Update Gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
svendvd authored and Sven Nähler committed Nov 14, 2023
1 parent 45272ae commit 6318e5a
Show file tree
Hide file tree
Showing 45 changed files with 14 additions and 925 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'

- name: Assemble
Expand Down
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ imglyConfig {
}

android {
compileSdkVersion 31
buildToolsVersion '30.0.3'
namespace "com.photoeditorsdk.android.app"

compileSdkVersion 34
buildToolsVersion '34.0.0'

defaultConfig {
applicationId "com.photoeditorsdk.android.app"
Expand Down
2 changes: 1 addition & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.photoeditorsdk.android.app">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
buildscript {
ext.kotlin_version = '1.6.21'
ext.ksp_version = '1.6.21-1.0.6'
ext.pesdk_version = '10.8.0' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
ext.pesdk_version = '10.8.1' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
repositories {
google()
gradlePluginPortal()
maven { url 'https://artifactory.img.ly/artifactory/imgly' }
maven { url 'https://artifactory.img.ly/artifactory/imgly_development' }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.2'
Expand All @@ -27,6 +28,7 @@ allprojects {
google()
mavenCentral()
maven { url 'https://artifactory.img.ly/artifactory/imgly' }
maven { url 'https://artifactory.img.ly/artifactory/imgly_development' }
}
}

Expand Down
1 change: 0 additions & 1 deletion example_brush_presets_panel/.gitignore

This file was deleted.

80 changes: 0 additions & 80 deletions example_brush_presets_panel/build.gradle

This file was deleted.

21 changes: 0 additions & 21 deletions example_brush_presets_panel/proguard-rules.pro

This file was deleted.

26 changes: 0 additions & 26 deletions example_brush_presets_panel/src/main/AndroidManifest.xml

This file was deleted.

1 change: 0 additions & 1 deletion example_brush_presets_panel/src/main/assets/LICENSE

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6318e5a

Please sign in to comment.