Skip to content

Commit

Permalink
Merge branch 'master' into TIMOB-28458
Browse files Browse the repository at this point in the history
  • Loading branch information
lokeshchdhry committed Jun 17, 2021
2 parents 176df34 + 7adb187 commit 0783c97
Show file tree
Hide file tree
Showing 98 changed files with 3,437 additions and 4,464 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10

2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Backport
steps:
- name: Backport
uses: ewanharris/backport@v1.0.28-24
uses: ewanharris/backport@v1.0.28-25
with:
bot_username: build
bot_token: ${{ secrets.BOT_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
*/

buildscript {
ext.kotlin_version = '1.4.30'
ext.kotlin_version = '1.5.0'

repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.google.gms:google-services:4.3.5'
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.google.gms:google-services:4.3.8'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

allprojects {
repositories {
google()
jcenter()
mavenCentral()
}

// Load plugin used to enforce our Java coding style guidelines.
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Binary file removed android/modules/ui/lib/WebViewClient.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<DatePicker xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:datePickerMode ="calendar"
android:calendarViewShown="true"
android:spinnersShown="false"/>
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<ti.modules.titanium.ui.widget.picker.CustomDatePicker xmlns:android="http://schemas.android.com/apk/res/android"
<DatePicker xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:datePickerMode ="spinner"/>
android:datePickerMode ="spinner"
android:calendarViewShown="false"
android:spinnersShown="true"/>
5 changes: 0 additions & 5 deletions android/modules/ui/res/layout/titanium_ui_spinner.xml

This file was deleted.

This file was deleted.

41 changes: 0 additions & 41 deletions android/modules/ui/src/java/kankan/wheel/widget/WheelAdapter.java

This file was deleted.

Loading

0 comments on commit 0783c97

Please sign in to comment.