diff --git a/build.gradle b/build.gradle index 9d0a93885..1740ae4e0 100644 --- a/build.gradle +++ b/build.gradle @@ -25,8 +25,8 @@ allprojects { } } ext { - compileSdkVersion = 28 - buildToolsVersion = "28.0.2" + compileSdkVersion = 33 + buildToolsVersion = "33.0.0" minSdkVersion = 21 - targetSdkVersion = 28 + targetSdkVersion = 33 } \ No newline at end of file diff --git a/iFish7/build.gradle b/iFish7/build.gradle index 08cee2a34..307800b58 100644 --- a/iFish7/build.gradle +++ b/iFish7/build.gradle @@ -1,5 +1,8 @@ apply plugin: 'com.android.application' - +gradle.ext { + pushVersion = '3.8.6' + thirdPushVersion = '3.8.6' +} android { packagingOptions { @@ -34,8 +37,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion applicationId "com.ifish.activity" - versionCode Integer.parseInt(System.properties['versionCode']) - versionName System.properties['versionName'] + versionCode project.versionCode.toInteger() + versionName project.versionName multiDexEnabled true ndk { abiFilters 'armeabi','arm64-v8a'