File tree Expand file tree Collapse file tree 16 files changed +26
-24
lines changed
java/ly/count/android/sdk
java/ly/count/android/sdk Expand file tree Collapse file tree 16 files changed +26
-24
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ plugins {
66}
77
88android {
9+ namespace " ly.count.android.demo.kotlin"
910 compileSdkVersion 35
1011
1112 defaultConfig {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" ly.count.android.demo.kotlin" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
43
54 <uses-permission android : name =" android.permission.INTERNET" />
65 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ apply plugin: 'com.android.application'
44// apply plugin: ly.count.android.plugins.UploadSymbolsPlugin
55
66android {
7+ namespace " ly.count.android.demo.crash"
78 compileSdkVersion 35
89
910 defaultConfig {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" ly.count.android.demo.crash" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
43 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
54 <application
65 android : name =" .App"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" ly.count.android.demo" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
43
54 <uses-permission android : name =" android.permission.INTERNET" />
65 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ buildscript {
1010 mavenCentral()
1111 }
1212 dependencies {
13- classpath ' com.android.tools.build:gradle:7.4.2 '
13+ classpath ' com.android.tools.build:gradle:8.1.4 '
1414
1515 classpath ' com.github.dcendents:android-maven-plugin:1.2'
16- classpath ' com.google.gms:google-services:4.3.15 '
16+ classpath ' com.google.gms:google-services:4.4.2 '
1717 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1818 classpath ' com.huawei.agconnect:agcp:1.3.1.300'
1919 classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3"
Original file line number Diff line number Diff line change @@ -22,16 +22,19 @@ org.gradle.configureondemand=true
2222android.useAndroidX =true
2323android.enableJetifier =true
2424# RELEASE FIELD SECTION
25- VERSION_NAME =25.4.0
25+ VERSION_NAME =25.4.1-RC2
2626GROUP =ly.count.android
2727POM_URL =https://github.com/Countly/countly-sdk-android
2828POM_SCM_URL =https://github.com/Countly/countly-sdk-android
2929POM_LICENCE_NAME =MIT License
3030POM_LICENCE_URL =http://www.opensource.org/licenses/mit-license.php
3131POM_LICENCE_DIST =repo
3232POM_DEVELOPER_NAME =Countly
33- SONATYPE_HOST =DEFAULT
33+ SONATYPE_HOST =CENTRAL_PORTAL
3434RELEASE_SIGNING_ENABLED =true
35+ android.defaults.buildfeatures.buildconfig =true
36+ android.nonTransitiveRClass =false
37+ android.nonFinalResIds =false
3538# SIGNING SECTION
3639signing.keyId =xxx
3740signing.password =xxx
Original file line number Diff line number Diff line change 1- # Sun Apr 23 22:46:09 EEST 2023
1+ # Wed May 14 21:37:23 KST 2025
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-bin.zip
43distributionPath =wrapper/dists
5- zipStorePath = wrapper/dists
4+ distributionUrl = https\://services.gradle.org/distributions/gradle-8.5-bin.zip
65zipStoreBase =GRADLE_USER_HOME
6+ zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -6,11 +6,12 @@ buildscript {
66 mavenCentral()
77 }
88 dependencies {
9- classpath ' com.vanniktech:gradle-maven-publish-plugin:0.21 .0' // for publishing
9+ classpath ' com.vanniktech:gradle-maven-publish-plugin:0.28 .0' // for publishing
1010 }
1111}
1212
1313android {
14+ namespace ' ly.count.android.sdknative'
1415 compileSdkVersion 35
1516
1617 defaultConfig {
Original file line number Diff line number Diff line change 1- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" ly.count.android.sdknative" >
1+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
32
43 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
54</manifest >
You can’t perform that action at this time.
0 commit comments