diff --git a/.idea/AndroidProjectSystem.xml b/.idea/AndroidProjectSystem.xml new file mode 100644 index 0000000..4a53bee --- /dev/null +++ b/.idea/AndroidProjectSystem.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/caches/deviceStreaming.xml b/.idea/caches/deviceStreaming.xml new file mode 100644 index 0000000..528f19e --- /dev/null +++ b/.idea/caches/deviceStreaming.xml @@ -0,0 +1,848 @@ + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 3058433..d7f17a5 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..b268ef3 --- /dev/null +++ b/.idea/deploymentTargetSelector.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 4877ac9..34d97e5 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,10 +4,9 @@ - + + diff --git a/.idea/modules.xml b/.idea/modules.xml index e736081..370e27b 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,6 @@ - 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/app/build.gradle b/app/build.gradle index 1f3dc74..f06b094 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,13 +15,13 @@ repositories { } android { - compileSdkVersion 33 + compileSdkVersion 35 defaultConfig { applicationId "ch.pizzalemon.android" minSdkVersion 21 - targetSdkVersion 33 - versionCode 28// play store'daki version --> canlı: 0 - dahili test: 17 - versionName "2.08" // play store'daki version --> canlı: 0.00 - dahili test: 1.17 + targetSdkVersion 35 + versionCode 29// play store'daki version --> canlı: 0 - dahili test: 17 + versionName "2.09" // play store'daki version --> canlı: 0.00 - dahili test: 1.17 testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' multiDexEnabled true } @@ -35,6 +35,7 @@ android { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } + namespace 'ch.pizzalemon.android' } dependencies { @@ -76,7 +77,6 @@ dependencies { implementation 'io.github.inflationx:calligraphy3:3.1.1' implementation 'io.github.inflationx:viewpump:2.0.3' implementation 'com.wdullaer:materialdatetimepicker:4.2.3' - implementation 'q.rorbin:badgeview:1.1.3' implementation 'org.jsoup:jsoup:1.14.2' implementation 'me.relex:circleindicator:2.1.6' implementation 'com.braintreepayments.api:braintree:3.20.1' @@ -84,3 +84,14 @@ dependencies { testImplementation 'junit:junit:4.13.2' } + +// Javac'ı ayrı JVM ile koştur ve iç modülleri aç +tasks.withType(JavaCompile).configureEach { + options.fork = true + options.forkOptions.jvmArgs += [ + '--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED', + '--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED', + '--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED', + '--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED' + ] +} diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index adb33e6..b016500 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ - + diff --git a/build.gradle b/build.gradle index 775dfe6..5a441ea 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.1.3' + classpath 'com.android.tools.build:gradle:7.4.2' classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.10, 0.99.99]' // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle.properties b/gradle.properties index 9e6fce1..3362f32 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,6 +12,7 @@ android.enableJetifier=true android.useAndroidX=true org.gradle.jvmargs=-Xmx1536m +android.aapt2Version=8.6.1-11315950 # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d9af221..71b17b5 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-bin.zip