Git Product home page Git Product logo

Comments (4)

hansemannn avatar hansemannn commented on June 2, 2024

@kerbooo You use Ti.Firebase? The module needs to be rebuilt with the new Firebase version first and there are some open tasks to do before that can happen (see the titanium-firebase-core repo for details).

from ti.playservices.

kerberosargos avatar kerberosargos commented on June 2, 2024

Yes I am using Ti.Firebase and my project's all module list as below

<modules>
<module platform="android">ti.playservices</module>
<module platform="iphone" version="1.0">ti.module.share</module>
<module platform="android" version="1.0.0">bencoding.android.tools</module>
<module platform="iphone" version="2.4.0">ti.admob</module>
<module platform="iphone" version="1.5.0">av.imageview</module>
<module platform="android" version="3.3.0">av.imageview</module>
<module platform="iphone" version="2.0.1">firebase.cloudmessaging</module>
<module platform="android" version="1.3.2">firebase.cloudmessaging</module>
<module platform="iphone" version="2.1.0">firebase.core</module>
<module platform="android" version="3.0.0">firebase.core</module>
<module platform="android" version="4.2.0">ti.android.admob</module>
<module platform="android" version="4.0.1">ti.ga</module>
<module platform="iphone" version="3.0.2">ti.ga</module>
</modules>

from ti.playservices.

mratyunjay007 avatar mratyunjay007 commented on June 2, 2024

I also got same issue please help, I am not using firebase I just tried to integrate google login

my project buil.gradle:

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
maven {
url "https://artifactory.paytm.in/libs-release-local"
}
google()
jcenter()

}
dependencies {
    classpath 'com.android.tools.build:gradle:3.4.0'

    
    // NOTE: Do not place your application dependencies here; they belong
    // in the individual module build.gradle files
}

}

allprojects {
repositories {
google()
jcenter()
maven {
url 'https://maven.google.com'
}

}

}

task clean(type: Delete) {
delete rootProject.buildDir
}

App level build.grade:

apply plugin: 'com.android.application'

android {
compileSdkVersion 28
defaultConfig {
applicationId "tech.mratyunjay.eopleapp"
minSdkVersion 23
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test🏃1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'

implementation 'com.android.support:design:28.0.0'
//paytm SDK
implementation('com.paytm:pgplussdk:1.3.3') {
transitive = true;
}
//new paytm dep
implementation 'com.paytm.nativesdk:nativesdk:2.5.17'
implementation files('libs/pg-checksum-1.0-jar-with-dependencies.jar')

implementation 'com.google.android.gms:play-services-auth:16.0.1'

implementation 'com.github.bumptech.glide:glide:3.7.0'

}

please help

from ti.playservices.

kerberosargos avatar kerberosargos commented on June 2, 2024

Hello dude, my tiapp.xml modules part is as below. May be this help you.

<modules>
  <module platform="android" version="11.0.40">
ti.playservices</module>
  <module platform="iphone" version="1.0">ti.module.share</module>
  <module platform="android" version="1.0.0">bencoding.android.tools</module>
  <module platform="iphone" version="3.0.2">ti.ga</module>
  <module platform="android" version="4.0.2">ti.ga</module>
  <module platform="iphone" version="2.4.0">ti.admob</module>
  <module platform="android" version="4.4.0">ti.admob</module>
  <module platform="iphone" version="1.5.0">av.imageview</module>
  <module platform="android" version="3.3.0">av.imageview</module>
  <module platform="iphone" version="2.0.1">
firebase.cloudmessaging</module>
  <module platform="android" version="1.3.2">firebase.cloudmessaging</module>
  <module platform="iphone" version="2.1.0">firebase.core</module>
  <module platform="android" version="3.0.0">firebase.core</module>
</modules>

from ti.playservices.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.