From 08da193c163cb9f479416d86606e58c79fb780d1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 6 Dec 2018 20:09:02 +0300 Subject: bump version --- build.gradle | 4 +- org.fox.ttcomics/org.fox.ttcomics.iml | 120 ++++++++++++-------------- org.fox.ttcomics/src/main/AndroidManifest.xml | 4 +- tt-comics.iml | 2 +- 4 files changed, 60 insertions(+), 70 deletions(-) diff --git a/build.gradle b/build.gradle index e376d19..c03b742 100755 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { - jcenter() google() + jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.0.1' @@ -11,8 +11,8 @@ buildscript { allprojects { repositories { - jcenter() google() + jcenter() maven { url "https://jitpack.io" } maven { url 'http://guardian.github.com/maven/repo-releases' } } diff --git a/org.fox.ttcomics/org.fox.ttcomics.iml b/org.fox.ttcomics/org.fox.ttcomics.iml index 30bfbe0..cb4b500 100755 --- a/org.fox.ttcomics/org.fox.ttcomics.iml +++ b/org.fox.ttcomics/org.fox.ttcomics.iml @@ -49,13 +49,6 @@ - - - - - - - @@ -63,6 +56,13 @@ + + + + + + + @@ -86,82 +86,72 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.fox.ttcomics/src/main/AndroidManifest.xml b/org.fox.ttcomics/src/main/AndroidManifest.xml index 22ba7a6..b10fe85 100755 --- a/org.fox.ttcomics/src/main/AndroidManifest.xml +++ b/org.fox.ttcomics/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionCode="83" + android:versionName="1.41" > diff --git a/tt-comics.iml b/tt-comics.iml index d03bbb4..08bd8c6 100755 --- a/tt-comics.iml +++ b/tt-comics.iml @@ -13,7 +13,7 @@ - + \ No newline at end of file -- cgit v1.2.3