Skip to content

Commit 0a44857

Browse files
authored
Merge pull request #778 from superpoweredSDK/release/2.6.7
Version 2.6.7
2 parents dfd8063 + 77020d6 commit 0a44857

File tree

79 files changed

+171
-150
lines changed

Some content is hidden

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

79 files changed

+171
-150
lines changed

Examples_Android/SuperpoweredCrossExample/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android { // main settings for your application
77

88
defaultConfig {
99
applicationId "com.superpowered.crossexample"
10-
minSdkVersion 24
10+
minSdkVersion 26
1111
targetSdkVersion 34
1212
versionCode 1
1313
versionName "1.0"
@@ -18,7 +18,7 @@ android { // main settings for your application
1818

1919
externalNativeBuild {
2020
cmake {
21-
arguments '-DANDROID_PLATFORM=android-24', '-DANDROID_TOOLCHAIN=clang', '-DANDROID_ARM_NEON=TRUE', '-DANDROID_STL=c++_static', "-DPATH_TO_SUPERPOWERED:STRING=${superpowered_sdk_path}"
21+
arguments '-DANDROID_PLATFORM=android-26', '-DANDROID_TOOLCHAIN=clang', '-DANDROID_ARM_NEON=TRUE', '-DANDROID_STL=c++_static', "-DPATH_TO_SUPERPOWERED:STRING=${superpowered_sdk_path}"
2222
cFlags '-O3', '-fsigned-char' // full optimization, char data type is signed
2323
cppFlags '-fsigned-char', "-I${superpowered_sdk_path}"
2424
}
@@ -37,5 +37,5 @@ android { // main settings for your application
3737

3838
dependencies {
3939
implementation fileTree(dir: 'libs', include: ['*.jar'])
40-
implementation 'androidx.appcompat:appcompat:1.5.0'
40+
implementation 'androidx.appcompat:appcompat:1.6.1'
4141
}

Examples_Android/SuperpoweredCrossExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
google()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:8.1.4'
11+
classpath 'com.android.tools.build:gradle:8.3.2'
1212
}
1313
}
1414

Examples_Android/SuperpoweredCrossExample/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip

Examples_Android/SuperpoweredEffect/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android { // main settings for your application
77

88
defaultConfig {
99
applicationId "com.superpowered.effect"
10-
minSdkVersion 24
10+
minSdkVersion 26
1111
targetSdkVersion 34
1212
versionCode 1
1313
versionName "1.0"
@@ -18,7 +18,7 @@ android { // main settings for your application
1818

1919
externalNativeBuild {
2020
cmake {
21-
arguments '-DANDROID_PLATFORM=android-24', '-DANDROID_TOOLCHAIN=clang', '-DANDROID_ARM_NEON=TRUE', '-DANDROID_STL=c++_static', "-DPATH_TO_SUPERPOWERED:STRING=${superpowered_sdk_path}"
21+
arguments '-DANDROID_PLATFORM=android-26', '-DANDROID_TOOLCHAIN=clang', '-DANDROID_ARM_NEON=TRUE', '-DANDROID_STL=c++_static', "-DPATH_TO_SUPERPOWERED:STRING=${superpowered_sdk_path}"
2222
cFlags '-O3', '-fsigned-char' // full optimization, char data type is signed
2323
cppFlags '-fsigned-char', "-I${superpowered_sdk_path}"
2424
}
@@ -37,6 +37,6 @@ android { // main settings for your application
3737

3838
dependencies {
3939
implementation fileTree(dir: 'libs', include: ['*.jar'])
40-
implementation 'androidx.appcompat:appcompat:1.5.0'
40+
implementation 'androidx.appcompat:appcompat:1.6.1'
4141
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4242
}

Examples_Android/SuperpoweredEffect/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:8.1.4'
10+
classpath 'com.android.tools.build:gradle:8.3.2'
1111

1212

1313
// NOTE: Do not place your application dependencies here; they belong

Examples_Android/SuperpoweredEffect/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip

Examples_Android/SuperpoweredFrequencyDomain/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android { // main settings for your application
77

88
defaultConfig {
99
applicationId "com.superpowered.frequencydomain"
10-
minSdkVersion 24
10+
minSdkVersion 26
1111
targetSdkVersion 34
1212
versionCode 1
1313
versionName "1.0"
@@ -18,7 +18,7 @@ android { // main settings for your application
1818

1919
externalNativeBuild {
2020
cmake {
21-
arguments '-DANDROID_PLATFORM=android-24', '-DANDROID_TOOLCHAIN=clang', '-DANDROID_ARM_NEON=TRUE', '-DANDROID_STL=c++_static', "-DPATH_TO_SUPERPOWERED:STRING=${superpowered_sdk_path}"
21+
arguments '-DANDROID_PLATFORM=android-26', '-DANDROID_TOOLCHAIN=clang', '-DANDROID_ARM_NEON=TRUE', '-DANDROID_STL=c++_static', "-DPATH_TO_SUPERPOWERED:STRING=${superpowered_sdk_path}"
2222
cFlags '-O3', '-fsigned-char' // full optimization, char data type is signed
2323
cppFlags '-fsigned-char', "-I${superpowered_sdk_path}"
2424
}
@@ -36,5 +36,5 @@ android { // main settings for your application
3636

3737
dependencies {
3838
implementation fileTree(dir: 'libs', include: ['*.jar'])
39-
implementation 'androidx.appcompat:appcompat:1.5.0'
39+
implementation 'androidx.appcompat:appcompat:1.6.1'
4040
}

Examples_Android/SuperpoweredFrequencyDomain/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
google()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:7.2.2'
11+
classpath 'com.android.tools.build:gradle:7.4.2'
1212
}
1313
}
1414

Examples_Android/SuperpoweredFrequencyDomain/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip

Examples_Android/SuperpoweredPlayer/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android { // main settings for your application
77

88
defaultConfig {
99
applicationId "com.superpowered.playerexample"
10-
minSdkVersion 24
10+
minSdkVersion 26
1111
targetSdkVersion 34
1212
versionCode 1
1313
versionName "1.0"
@@ -18,7 +18,7 @@ android { // main settings for your application
1818

1919
externalNativeBuild {
2020
cmake {
21-
arguments '-DANDROID_PLATFORM=android-24', '-DANDROID_TOOLCHAIN=clang', '-DANDROID_ARM_NEON=TRUE', '-DANDROID_STL=c++_static', "-DPATH_TO_SUPERPOWERED:STRING=${superpowered_sdk_path}"
21+
arguments '-DANDROID_PLATFORM=android-26', '-DANDROID_TOOLCHAIN=clang', '-DANDROID_ARM_NEON=TRUE', '-DANDROID_STL=c++_static', "-DPATH_TO_SUPERPOWERED:STRING=${superpowered_sdk_path}"
2222
cFlags '-O3', '-fsigned-char' // full optimization, char data type is signed
2323
cppFlags '-fsigned-char', "-I${superpowered_sdk_path}"
2424
}
@@ -37,6 +37,6 @@ android { // main settings for your application
3737

3838
dependencies {
3939
implementation fileTree(include: ['*.jar'], dir: 'libs')
40-
implementation 'androidx.appcompat:appcompat:1.5.0'
40+
implementation 'androidx.appcompat:appcompat:1.6.1'
4141
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4242
}

0 commit comments

Comments
 (0)