+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index d5e9660..6de0c32 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,6 +1,7 @@
+
-
+
\ No newline at end of file
diff --git a/.idea/render.experimental.xml b/.idea/render.experimental.xml
new file mode 100644
index 0000000..8ec256a
--- /dev/null
+++ b/.idea/render.experimental.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
new file mode 100644
index 0000000..16660f1
--- /dev/null
+++ b/.idea/runConfigurations.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 3abf53e..9661ac7 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index 75400c0..6b8a08f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,7 +1,8 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 29
+ compileSdkVersion 33
+ buildToolsVersion "33.0.1"
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "com.sipai.js"
@@ -12,7 +13,7 @@ android {
versionName "1.36"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
- abiFilters "armeabi"
+ abiFilters "armeabi", 'armeabi-v7a', 'arm64-v8a'
}
}
buildTypes {
@@ -66,7 +67,7 @@ dependencies {
implementation project(':superlibrary')
implementation 'com.github.f0ris.sweetalert:library:1.5.1'
// implementation 'org.litepal.guolindev:core:3.2.3'
- implementation 'com.github.pinguo-zhouwei:CustomPopwindow:2.1.1'
+ implementation 'com.github.pinguo-zhouwei:custompopwindow:2.1.1'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.kyleduo.switchbutton:library:2.0.0'
diff --git a/build.gradle b/build.gradle
index 8808f14..1ce9ca1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,7 +16,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:4.0.0'
+ classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
// NOTE: Do not place your application dependencies here; they belong
diff --git a/gradle.properties b/gradle.properties
index 55f37b3..9f86499 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,20 +1,20 @@
-# Project-wide Gradle settings.
-# IDE (e.g. Android Studio) users:
-# Gradle settings configured through the IDE *will override*
-# any settings specified in this file.
-# For more details on how to configure your build environment visit
-# http://www.gradle.org/docs/current/userguide/build_environment.html
-# Specifies the JVM arguments used for the daemon process.
-# The setting is particularly useful for tweaking memory settings.
-org.gradle.jvmargs=-Xmx1536m
-# When configured, Gradle will run in incubating parallel mode.
-# This option should only be used with decoupled projects. More details, visit
-# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
-# org.gradle.parallel=true
-# AndroidX package structure to make it clearer which packages are bundled with the
-# Android operating system, and which are packaged with your app's APK
-# https://developer.android.com/topic/libraries/support-library/androidx-rn
-android.useAndroidX=true
-# Automatically convert third-party libraries to use AndroidX
-android.enableJetifier=true
-
+# Project-wide Gradle settings.
+# IDE (e.g. Android Studio) users:
+# Gradle settings configured through the IDE *will override*
+# any settings specified in this file.
+# For more details on how to configure your build environment visit
+# http://www.gradle.org/docs/current/userguide/build_environment.html
+# Specifies the JVM arguments used for the daemon process.
+# The setting is particularly useful for tweaking memory settings.
+org.gradle.jvmargs=-Xmx1536m
+# When configured, Gradle will run in incubating parallel mode.
+# This option should only be used with decoupled projects. More details, visit
+# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
+# org.gradle.parallel=true
+# AndroidX package structure to make it clearer which packages are bundled with the
+# Android operating system, and which are packaged with your app's APK
+# https://developer.android.com/topic/libraries/support-library/androidx-rn
+android.useAndroidX=true
+# Automatically convert third-party libraries to use AndroidX
+android.enableJetifier=true
+org.gradle.java.home=/Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 1a6e505..69dd83e 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Tue Mar 25 16:49:27 CST 2025
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
diff --git a/gradlew b/gradlew
old mode 100644
new mode 100755
diff --git a/superlibrary/build.gradle b/superlibrary/build.gradle
index 3b61e84..09866d2 100644
--- a/superlibrary/build.gradle
+++ b/superlibrary/build.gradle
@@ -9,7 +9,8 @@ def siteUrl = 'https://github.com/supercwn/SuperRecycleView' // project homep
def gitUrl = 'https://github.com/supercwn/SuperRecycleView.git' // project git
android {
- compileSdkVersion 28
+ compileSdkVersion 33
+ buildToolsVersion "33.0.1"
defaultConfig {
minSdkVersion 23
diff --git a/swipemenulib/build.gradle b/swipemenulib/build.gradle
index 57d1ce5..84c83ae 100644
--- a/swipemenulib/build.gradle
+++ b/swipemenulib/build.gradle
@@ -1,7 +1,8 @@
apply plugin: 'com.android.library'
android {
- compileSdkVersion 28
+ compileSdkVersion 33
+ buildToolsVersion "33.0.1"
defaultConfig {
minSdkVersion 23